Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / CodeDOM / CodeNamespaceCollection.cs / 1 / CodeNamespaceCollection.cs
// ------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // // ----------------------------------------------------------------------------- // namespace System.CodeDom { using System; using System.Collections; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeNamespaceCollection : CollectionBase { ////// A collection that stores ///objects. /// /// public CodeNamespaceCollection() { } ////// Initializes a new instance of ///. /// /// public CodeNamespaceCollection(CodeNamespaceCollection value) { this.AddRange(value); } ////// Initializes a new instance of ///based on another . /// /// public CodeNamespaceCollection(CodeNamespace[] value) { this.AddRange(value); } ////// Initializes a new instance of ///containing any array of objects. /// /// public CodeNamespace this[int index] { get { return ((CodeNamespace)(List[index])); } set { List[index] = value; } } ///Represents the entry at the specified index of the ///. /// public int Add(CodeNamespace value) { return List.Add(value); } ///Adds a ///with the specified value to the /// . /// public void AddRange(CodeNamespace[] value) { if (value == null) { throw new ArgumentNullException("value"); } for (int i = 0; ((i) < (value.Length)); i = ((i) + (1))) { this.Add(value[i]); } } ///Copies the elements of an array to the end of the ///. /// public void AddRange(CodeNamespaceCollection value) { if (value == null) { throw new ArgumentNullException("value"); } int currentCount = value.Count; for (int i = 0; i < currentCount; i = ((i) + (1))) { this.Add(value[i]); } } ////// Adds the contents of another ///to the end of the collection. /// /// public bool Contains(CodeNamespace value) { return List.Contains(value); } ///Gets a value indicating whether the /// ///contains the specified . /// public void CopyTo(CodeNamespace[] array, int index) { List.CopyTo(array, index); } ///Copies the ///values to a one-dimensional instance at the /// specified index. /// public int IndexOf(CodeNamespace value) { return List.IndexOf(value); } ///Returns the index of a ///in /// the . /// public void Insert(int index, CodeNamespace value) { List.Insert(index, value); } ///Inserts a ///into the at the specified index. /// public void Remove(CodeNamespace value) { List.Remove(value); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ------------------------------------------------------------------------------ //Removes a specific ///from the /// . // Copyright (c) Microsoft Corporation. All rights reserved. // // ----------------------------------------------------------------------------- // namespace System.CodeDom { using System; using System.Collections; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeNamespaceCollection : CollectionBase { ////// A collection that stores ///objects. /// /// public CodeNamespaceCollection() { } ////// Initializes a new instance of ///. /// /// public CodeNamespaceCollection(CodeNamespaceCollection value) { this.AddRange(value); } ////// Initializes a new instance of ///based on another . /// /// public CodeNamespaceCollection(CodeNamespace[] value) { this.AddRange(value); } ////// Initializes a new instance of ///containing any array of objects. /// /// public CodeNamespace this[int index] { get { return ((CodeNamespace)(List[index])); } set { List[index] = value; } } ///Represents the entry at the specified index of the ///. /// public int Add(CodeNamespace value) { return List.Add(value); } ///Adds a ///with the specified value to the /// . /// public void AddRange(CodeNamespace[] value) { if (value == null) { throw new ArgumentNullException("value"); } for (int i = 0; ((i) < (value.Length)); i = ((i) + (1))) { this.Add(value[i]); } } ///Copies the elements of an array to the end of the ///. /// public void AddRange(CodeNamespaceCollection value) { if (value == null) { throw new ArgumentNullException("value"); } int currentCount = value.Count; for (int i = 0; i < currentCount; i = ((i) + (1))) { this.Add(value[i]); } } ////// Adds the contents of another ///to the end of the collection. /// /// public bool Contains(CodeNamespace value) { return List.Contains(value); } ///Gets a value indicating whether the /// ///contains the specified . /// public void CopyTo(CodeNamespace[] array, int index) { List.CopyTo(array, index); } ///Copies the ///values to a one-dimensional instance at the /// specified index. /// public int IndexOf(CodeNamespace value) { return List.IndexOf(value); } ///Returns the index of a ///in /// the . /// public void Insert(int index, CodeNamespace value) { List.Insert(index, value); } ///Inserts a ///into the at the specified index. /// public void Remove(CodeNamespace value) { List.Remove(value); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Removes a specific ///from the /// .
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Events.cs
- Focus.cs
- KeyboardDevice.cs
- DBCommandBuilder.cs
- XmlDocument.cs
- Helpers.cs
- BinaryFormatter.cs
- ColorTranslator.cs
- CngAlgorithm.cs
- SQLCharsStorage.cs
- TdsParserSessionPool.cs
- TypeConstant.cs
- ToolStripRenderer.cs
- TickBar.cs
- ISessionStateStore.cs
- ToolStripItemRenderEventArgs.cs
- RequestQueue.cs
- CompilerScopeManager.cs
- PerspectiveCamera.cs
- TCPClient.cs
- GridProviderWrapper.cs
- BoundColumn.cs
- HttpRawResponse.cs
- BamlCollectionHolder.cs
- EventListenerClientSide.cs
- SafeMILHandle.cs
- ClientRoleProvider.cs
- HybridObjectCache.cs
- DefaultAsyncDataDispatcher.cs
- SignerInfo.cs
- WebRequestModulesSection.cs
- SqlStream.cs
- NetworkInformationException.cs
- Walker.cs
- InvalidComObjectException.cs
- XmlCharCheckingWriter.cs
- Helper.cs
- QuerySettings.cs
- BackgroundFormatInfo.cs
- webeventbuffer.cs
- X509Certificate2.cs
- EventLogLink.cs
- XmlReflectionMember.cs
- KeyValuePairs.cs
- DbParameterCollectionHelper.cs
- XmlCountingReader.cs
- TextCompositionEventArgs.cs
- VisualCollection.cs
- FixedSOMPageConstructor.cs
- MulticastIPAddressInformationCollection.cs
- TrackingDataItemValue.cs
- StateInitialization.cs
- FilteredSchemaElementLookUpTable.cs
- RecognitionEventArgs.cs
- SQLChars.cs
- LogExtent.cs
- URLAttribute.cs
- RewritingPass.cs
- CompositeDataBoundControl.cs
- HtmlForm.cs
- DataGridViewCellValueEventArgs.cs
- GenericRootAutomationPeer.cs
- DefaultEventAttribute.cs
- FileSecurity.cs
- Event.cs
- TableRowCollection.cs
- filewebresponse.cs
- CharacterBuffer.cs
- HttpCapabilitiesBase.cs
- OptimizerPatterns.cs
- HtmlShimManager.cs
- PersonalizationStateInfoCollection.cs
- UrlPropertyAttribute.cs
- SqlGatherConsumedAliases.cs
- UnmanagedHandle.cs
- ProcessHostConfigUtils.cs
- ApplicationServiceHelper.cs
- AuthorizationSection.cs
- NonBatchDirectoryCompiler.cs
- SystemResources.cs
- UInt64Converter.cs
- DesignerActionItem.cs
- SafeLocalAllocation.cs
- EncoderParameters.cs
- ScriptRegistrationManager.cs
- SpellerInterop.cs
- IisTraceListener.cs
- UncommonField.cs
- RestHandler.cs
- ChannelEndpointElementCollection.cs
- ContentPresenter.cs
- CryptoConfig.cs
- DataControlButton.cs
- ListSourceHelper.cs
- Internal.cs
- SqlDependencyUtils.cs
- TextTreeDeleteContentUndoUnit.cs
- SerializationBinder.cs
- PropertyDescriptorCollection.cs
- DebugHandleTracker.cs