Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / System / CodeDOM / CodeTypeDeclarationCollection.cs / 1 / CodeTypeDeclarationCollection.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 CodeTypeDeclarationCollection : CollectionBase { ////// A collection that stores ///objects. /// /// public CodeTypeDeclarationCollection() { } ////// Initializes a new instance of ///. /// /// public CodeTypeDeclarationCollection(CodeTypeDeclarationCollection value) { this.AddRange(value); } ////// Initializes a new instance of ///based on another . /// /// public CodeTypeDeclarationCollection(CodeTypeDeclaration[] value) { this.AddRange(value); } ////// Initializes a new instance of ///containing any array of objects. /// /// public CodeTypeDeclaration this[int index] { get { return ((CodeTypeDeclaration)(List[index])); } set { List[index] = value; } } ///Represents the entry at the specified index of the ///. /// public int Add(CodeTypeDeclaration value) { return List.Add(value); } ///Adds a ///with the specified value to the /// . /// public void AddRange(CodeTypeDeclaration[] 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(CodeTypeDeclarationCollection 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(CodeTypeDeclaration value) { return List.Contains(value); } ///Gets a value indicating whether the /// ///contains the specified . /// public void CopyTo(CodeTypeDeclaration[] array, int index) { List.CopyTo(array, index); } ///Copies the ///values to a one-dimensional instance at the /// specified index. /// public int IndexOf(CodeTypeDeclaration value) { return List.IndexOf(value); } ///Returns the index of a ///in /// the . /// public void Insert(int index, CodeTypeDeclaration value) { List.Insert(index, value); } ///Inserts a ///into the at the specified index. /// public void Remove(CodeTypeDeclaration 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 CodeTypeDeclarationCollection : CollectionBase { ////// A collection that stores ///objects. /// /// public CodeTypeDeclarationCollection() { } ////// Initializes a new instance of ///. /// /// public CodeTypeDeclarationCollection(CodeTypeDeclarationCollection value) { this.AddRange(value); } ////// Initializes a new instance of ///based on another . /// /// public CodeTypeDeclarationCollection(CodeTypeDeclaration[] value) { this.AddRange(value); } ////// Initializes a new instance of ///containing any array of objects. /// /// public CodeTypeDeclaration this[int index] { get { return ((CodeTypeDeclaration)(List[index])); } set { List[index] = value; } } ///Represents the entry at the specified index of the ///. /// public int Add(CodeTypeDeclaration value) { return List.Add(value); } ///Adds a ///with the specified value to the /// . /// public void AddRange(CodeTypeDeclaration[] 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(CodeTypeDeclarationCollection 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(CodeTypeDeclaration value) { return List.Contains(value); } ///Gets a value indicating whether the /// ///contains the specified . /// public void CopyTo(CodeTypeDeclaration[] array, int index) { List.CopyTo(array, index); } ///Copies the ///values to a one-dimensional instance at the /// specified index. /// public int IndexOf(CodeTypeDeclaration value) { return List.IndexOf(value); } ///Returns the index of a ///in /// the . /// public void Insert(int index, CodeTypeDeclaration value) { List.Insert(index, value); } ///Inserts a ///into the at the specified index. /// public void Remove(CodeTypeDeclaration 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
- FocusManager.cs
- SpecialNameAttribute.cs
- WebControlAdapter.cs
- SafeMemoryMappedFileHandle.cs
- TableLayoutColumnStyleCollection.cs
- WindowExtensionMethods.cs
- WindowHideOrCloseTracker.cs
- QilVisitor.cs
- Rotation3DKeyFrameCollection.cs
- HtmlWindow.cs
- CellParagraph.cs
- DoubleLinkListEnumerator.cs
- FrameworkRichTextComposition.cs
- DeviceFilterEditorDialog.cs
- ThicknessAnimation.cs
- HyperLink.cs
- _ListenerResponseStream.cs
- HttpCapabilitiesEvaluator.cs
- HttpEncoder.cs
- AbsoluteQuery.cs
- DbConvert.cs
- EpmCustomContentWriterNodeData.cs
- mediaeventshelper.cs
- DebugView.cs
- PageTheme.cs
- Compiler.cs
- PrePostDescendentsWalker.cs
- WsdlBuildProvider.cs
- NetworkInformationException.cs
- TableLayoutRowStyleCollection.cs
- TraceData.cs
- HttpDebugHandler.cs
- MethodToken.cs
- LogFlushAsyncResult.cs
- HostingEnvironmentWrapper.cs
- MethodInfo.cs
- KeyGesture.cs
- DependencyPropertyDescriptor.cs
- Application.cs
- HWStack.cs
- ConfigUtil.cs
- SchemaImporterExtensionsSection.cs
- XmlWrappingReader.cs
- WebPartConnectionsConnectVerb.cs
- OracleDateTime.cs
- GroupLabel.cs
- TemplatedMailWebEventProvider.cs
- AsymmetricKeyExchangeDeformatter.cs
- DetailsViewDeleteEventArgs.cs
- _UriTypeConverter.cs
- QuaternionAnimationBase.cs
- DeviceOverridableAttribute.cs
- PointValueSerializer.cs
- ZipPackage.cs
- ListViewInsertedEventArgs.cs
- EncoderExceptionFallback.cs
- ObjectStorage.cs
- TextPointer.cs
- SimpleType.cs
- UnmanagedMemoryStreamWrapper.cs
- AccessibleObject.cs
- ImageSource.cs
- MailMessageEventArgs.cs
- WebBrowserProgressChangedEventHandler.cs
- ConnectionProviderAttribute.cs
- ComplexTypeEmitter.cs
- RIPEMD160.cs
- SessionStateUtil.cs
- AssemblyEvidenceFactory.cs
- SynchronizationLockException.cs
- KeyConstraint.cs
- SecurityResources.cs
- MetadataElement.cs
- SspiNegotiationTokenAuthenticator.cs
- ConfigXmlDocument.cs
- ToolStripContentPanelDesigner.cs
- ConfigurationException.cs
- XmlSchemaFacet.cs
- KeyPullup.cs
- NestedContainer.cs
- OdbcStatementHandle.cs
- AppendHelper.cs
- UpdateTranslator.cs
- EmptyReadOnlyDictionaryInternal.cs
- CultureInfoConverter.cs
- CharUnicodeInfo.cs
- ToolBarOverflowPanel.cs
- TdsParser.cs
- LocalizabilityAttribute.cs
- DataGridViewImageCell.cs
- KeyInterop.cs
- PriorityQueue.cs
- Wildcard.cs
- HttpProfileBase.cs
- HostedHttpTransportManager.cs
- NativeMethods.cs
- OutputCacheProfileCollection.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- ConnectionsZoneDesigner.cs
- ClientBuildManager.cs