Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / CodeDOM / CodeAttributeArgumentCollection.cs / 1 / CodeAttributeArgumentCollection.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 CodeAttributeArgumentCollection : CollectionBase { ////// A collection that stores ///objects. /// /// public CodeAttributeArgumentCollection() { } ////// Initializes a new instance of ///. /// /// public CodeAttributeArgumentCollection(CodeAttributeArgumentCollection value) { this.AddRange(value); } ////// Initializes a new instance of ///based on another . /// /// public CodeAttributeArgumentCollection(CodeAttributeArgument[] value) { this.AddRange(value); } ////// Initializes a new instance of ///containing any array of objects. /// /// public CodeAttributeArgument this[int index] { get { return ((CodeAttributeArgument)(List[index])); } set { List[index] = value; } } ///Represents the entry at the specified index of the ///. /// public int Add(CodeAttributeArgument value) { return List.Add(value); } ///Adds a ///with the specified value to the /// . /// public void AddRange(CodeAttributeArgument[] 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(CodeAttributeArgumentCollection 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(CodeAttributeArgument value) { return List.Contains(value); } ///Gets a value indicating whether the /// ///contains the specified . /// public void CopyTo(CodeAttributeArgument[] array, int index) { List.CopyTo(array, index); } ///Copies the ///values to a one-dimensional instance at the /// specified index. /// public int IndexOf(CodeAttributeArgument value) { return List.IndexOf(value); } ///Returns the index of a ///in /// the . /// public void Insert(int index, CodeAttributeArgument value) { List.Insert(index, value); } ///Inserts a ///into the at the specified index. /// public void Remove(CodeAttributeArgument 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 CodeAttributeArgumentCollection : CollectionBase { ////// A collection that stores ///objects. /// /// public CodeAttributeArgumentCollection() { } ////// Initializes a new instance of ///. /// /// public CodeAttributeArgumentCollection(CodeAttributeArgumentCollection value) { this.AddRange(value); } ////// Initializes a new instance of ///based on another . /// /// public CodeAttributeArgumentCollection(CodeAttributeArgument[] value) { this.AddRange(value); } ////// Initializes a new instance of ///containing any array of objects. /// /// public CodeAttributeArgument this[int index] { get { return ((CodeAttributeArgument)(List[index])); } set { List[index] = value; } } ///Represents the entry at the specified index of the ///. /// public int Add(CodeAttributeArgument value) { return List.Add(value); } ///Adds a ///with the specified value to the /// . /// public void AddRange(CodeAttributeArgument[] 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(CodeAttributeArgumentCollection 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(CodeAttributeArgument value) { return List.Contains(value); } ///Gets a value indicating whether the /// ///contains the specified . /// public void CopyTo(CodeAttributeArgument[] array, int index) { List.CopyTo(array, index); } ///Copies the ///values to a one-dimensional instance at the /// specified index. /// public int IndexOf(CodeAttributeArgument value) { return List.IndexOf(value); } ///Returns the index of a ///in /// the . /// public void Insert(int index, CodeAttributeArgument value) { List.Insert(index, value); } ///Inserts a ///into the at the specified index. /// public void Remove(CodeAttributeArgument 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
- CodeDOMProvider.cs
- UrlMappingsModule.cs
- ErrorFormatterPage.cs
- XmlSchemaObjectCollection.cs
- _StreamFramer.cs
- ListViewTableRow.cs
- AutomationPatternInfo.cs
- SessionPageStatePersister.cs
- SqlCacheDependencySection.cs
- XamlSerializer.cs
- SafeRegistryKey.cs
- TextEncodedRawTextWriter.cs
- CompleteWizardStep.cs
- FocusChangedEventArgs.cs
- SendMailErrorEventArgs.cs
- CodeDomConfigurationHandler.cs
- BulletedListEventArgs.cs
- RegistryExceptionHelper.cs
- DefaultTraceListener.cs
- unsafeIndexingFilterStream.cs
- FrameworkTemplate.cs
- RoleManagerEventArgs.cs
- FillRuleValidation.cs
- UrlPath.cs
- messageonlyhwndwrapper.cs
- PngBitmapEncoder.cs
- ClientRuntimeConfig.cs
- IdentitySection.cs
- PropertyMetadata.cs
- ContentControl.cs
- MailFileEditor.cs
- XmlIlTypeHelper.cs
- Duration.cs
- DesignerTextWriter.cs
- StrokeNode.cs
- CodeGen.cs
- GeometryDrawing.cs
- ListBoxItem.cs
- TraceContext.cs
- WeakReference.cs
- ListDependantCardsRequest.cs
- Brush.cs
- Application.cs
- WindowClosedEventArgs.cs
- SoapServerMessage.cs
- LOSFormatter.cs
- SwitchCase.cs
- Inflater.cs
- TextServicesProperty.cs
- SelfIssuedAuthRSACryptoProvider.cs
- DbTypeMap.cs
- RoutingEndpointTrait.cs
- PenCursorManager.cs
- FigureParaClient.cs
- WeakHashtable.cs
- TargetException.cs
- Size.cs
- ExpressionTextBoxAutomationPeer.cs
- Cell.cs
- EntityType.cs
- MetadataItemCollectionFactory.cs
- UTF7Encoding.cs
- UIPermission.cs
- _ScatterGatherBuffers.cs
- NavigationPropertyEmitter.cs
- Bits.cs
- NonVisualControlAttribute.cs
- AttributeEmitter.cs
- XmlIterators.cs
- NonParentingControl.cs
- _BasicClient.cs
- FloatMinMaxAggregationOperator.cs
- ClaimComparer.cs
- TextEditorSelection.cs
- PixelFormats.cs
- ImageSourceConverter.cs
- Membership.cs
- BehaviorEditorPart.cs
- TypeConverterValueSerializer.cs
- SoapInteropTypes.cs
- CharConverter.cs
- EventlogProvider.cs
- AuthenticationException.cs
- KnownTypeAttribute.cs
- PtsHost.cs
- ScrollChrome.cs
- IconConverter.cs
- HttpRequestCacheValidator.cs
- NextPreviousPagerField.cs
- SeekStoryboard.cs
- HttpConfigurationContext.cs
- ContentValidator.cs
- ConfigsHelper.cs
- RectangleGeometry.cs
- DiscoveryDocumentReference.cs
- UserControl.cs
- PersonalizablePropertyEntry.cs
- FlowDocumentPaginator.cs
- InvokeWebServiceDesigner.cs
- SchemaNotation.cs