Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / CodeDOM / CodeTypeMemberCollection.cs / 1 / CodeTypeMemberCollection.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 CodeTypeMemberCollection : CollectionBase { ////// A collection that stores ///objects. /// /// public CodeTypeMemberCollection() { } ////// Initializes a new instance of ///. /// /// public CodeTypeMemberCollection(CodeTypeMemberCollection value) { this.AddRange(value); } ////// Initializes a new instance of ///based on another . /// /// public CodeTypeMemberCollection(CodeTypeMember[] value) { this.AddRange(value); } ////// Initializes a new instance of ///containing any array of objects. /// /// public CodeTypeMember this[int index] { get { return ((CodeTypeMember)(List[index])); } set { List[index] = value; } } ///Represents the entry at the specified index of the ///. /// public int Add(CodeTypeMember value) { return List.Add(value); } ///Adds a ///with the specified value to the /// . /// public void AddRange(CodeTypeMember[] 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(CodeTypeMemberCollection 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(CodeTypeMember value) { return List.Contains(value); } ///Gets a value indicating whether the /// ///contains the specified . /// public void CopyTo(CodeTypeMember[] array, int index) { List.CopyTo(array, index); } ///Copies the ///values to a one-dimensional instance at the /// specified index. /// public int IndexOf(CodeTypeMember value) { return List.IndexOf(value); } ///Returns the index of a ///in /// the . /// public void Insert(int index, CodeTypeMember value) { List.Insert(index, value); } ///Inserts a ///into the at the specified index. /// public void Remove(CodeTypeMember 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 CodeTypeMemberCollection : CollectionBase { ////// A collection that stores ///objects. /// /// public CodeTypeMemberCollection() { } ////// Initializes a new instance of ///. /// /// public CodeTypeMemberCollection(CodeTypeMemberCollection value) { this.AddRange(value); } ////// Initializes a new instance of ///based on another . /// /// public CodeTypeMemberCollection(CodeTypeMember[] value) { this.AddRange(value); } ////// Initializes a new instance of ///containing any array of objects. /// /// public CodeTypeMember this[int index] { get { return ((CodeTypeMember)(List[index])); } set { List[index] = value; } } ///Represents the entry at the specified index of the ///. /// public int Add(CodeTypeMember value) { return List.Add(value); } ///Adds a ///with the specified value to the /// . /// public void AddRange(CodeTypeMember[] 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(CodeTypeMemberCollection 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(CodeTypeMember value) { return List.Contains(value); } ///Gets a value indicating whether the /// ///contains the specified . /// public void CopyTo(CodeTypeMember[] array, int index) { List.CopyTo(array, index); } ///Copies the ///values to a one-dimensional instance at the /// specified index. /// public int IndexOf(CodeTypeMember value) { return List.IndexOf(value); } ///Returns the index of a ///in /// the . /// public void Insert(int index, CodeTypeMember value) { List.Insert(index, value); } ///Inserts a ///into the at the specified index. /// public void Remove(CodeTypeMember 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
- ChainedAsyncResult.cs
- PersonalizableAttribute.cs
- PriorityQueue.cs
- DataRecord.cs
- AmbientProperties.cs
- TimeZoneInfo.cs
- TreeNodeSelectionProcessor.cs
- Signature.cs
- BaseInfoTable.cs
- TypeExtensionSerializer.cs
- CategoryNameCollection.cs
- OdbcReferenceCollection.cs
- Asn1Utilities.cs
- BrowserCapabilitiesFactory.cs
- TrackingStringDictionary.cs
- unitconverter.cs
- HttpModuleActionCollection.cs
- LinkArea.cs
- CqlGenerator.cs
- BaseTemplateParser.cs
- TextTreeInsertElementUndoUnit.cs
- UserPrincipalNameElement.cs
- SamlAssertion.cs
- ResolvedKeyFrameEntry.cs
- FixedDocumentPaginator.cs
- ButtonField.cs
- AutomationPeer.cs
- Focus.cs
- WebHttpDispatchOperationSelectorData.cs
- ButtonField.cs
- BulletDecorator.cs
- LexicalChunk.cs
- CodeCatchClause.cs
- ExpressionReplacer.cs
- FontInfo.cs
- NetTcpSectionData.cs
- XmlEncodedRawTextWriter.cs
- ByteStreamMessageUtility.cs
- DynamicDataResources.Designer.cs
- XmlQueryOutput.cs
- DbInsertCommandTree.cs
- precedingquery.cs
- LineBreak.cs
- MobileControlDesigner.cs
- BamlRecordReader.cs
- WebPartZoneCollection.cs
- AnonymousIdentificationSection.cs
- RIPEMD160Managed.cs
- XsdDateTime.cs
- Byte.cs
- RecognizerInfo.cs
- ButtonColumn.cs
- RemoteWebConfigurationHostServer.cs
- DockEditor.cs
- XPathNavigator.cs
- HtmlTableRow.cs
- DetailsViewUpdateEventArgs.cs
- RegisterInfo.cs
- FormattedText.cs
- TabControl.cs
- GeneralTransform2DTo3DTo2D.cs
- Renderer.cs
- HttpDictionary.cs
- FileDialogPermission.cs
- SecurityPolicySection.cs
- DataKeyArray.cs
- ProcessRequestArgs.cs
- CommandValueSerializer.cs
- DataRow.cs
- DoubleMinMaxAggregationOperator.cs
- CryptographicAttribute.cs
- SafeNativeMethods.cs
- AutomationPeer.cs
- XmlRawWriterWrapper.cs
- ToolboxComponentsCreatingEventArgs.cs
- CodeConditionStatement.cs
- PenThreadPool.cs
- ConfigurationStrings.cs
- PictureBox.cs
- CodeComment.cs
- DataGridViewRow.cs
- TextSelectionHighlightLayer.cs
- WebPartCollection.cs
- Matrix3DConverter.cs
- FigureParagraph.cs
- GeneratedContractType.cs
- BookmarkInfo.cs
- DocumentPage.cs
- ArraySubsetEnumerator.cs
- FileNotFoundException.cs
- EntityContainerEntitySetDefiningQuery.cs
- Localizer.cs
- CodeDomExtensionMethods.cs
- TableAdapterManagerMethodGenerator.cs
- DynamicILGenerator.cs
- LabelLiteral.cs
- FileLevelControlBuilderAttribute.cs
- CodeArgumentReferenceExpression.cs
- Timer.cs
- XmlComment.cs