Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- SessionStateContainer.cs
- XPathParser.cs
- AsyncOperation.cs
- XmlSchemaInfo.cs
- UriExt.cs
- GenerateHelper.cs
- ADConnectionHelper.cs
- RemoteHelper.cs
- XmlAttributes.cs
- ToolStripSeparator.cs
- ClientSettingsProvider.cs
- RIPEMD160.cs
- DateTimeOffset.cs
- DesignerGenericWebPart.cs
- ThreadStartException.cs
- StylusPointProperty.cs
- RawKeyboardInputReport.cs
- _IPv4Address.cs
- PropertyDescriptorCollection.cs
- DrawingAttributeSerializer.cs
- ImageBrush.cs
- MetadataItemEmitter.cs
- LineServicesRun.cs
- OracleColumn.cs
- OracleException.cs
- StreamInfo.cs
- MouseButton.cs
- storepermission.cs
- OrderedDictionary.cs
- ActiveXMessageFormatter.cs
- ProgressPage.cs
- ParseChildrenAsPropertiesAttribute.cs
- ContentType.cs
- PageBuildProvider.cs
- ToolStripSeparatorRenderEventArgs.cs
- VectorCollectionConverter.cs
- XmlSchemaAppInfo.cs
- ValidationErrorInfo.cs
- OutputCacheSettings.cs
- Int32KeyFrameCollection.cs
- ToolStripInSituService.cs
- ControlAdapter.cs
- WebPartEventArgs.cs
- DesignSurfaceManager.cs
- SettingsAttributes.cs
- ActiveXMessageFormatter.cs
- Contracts.cs
- ScaleTransform.cs
- ScriptRegistrationManager.cs
- CompiledQuery.cs
- DesignerHelpers.cs
- DataConnectionHelper.cs
- ViewLoader.cs
- NameValueSectionHandler.cs
- CollectionsUtil.cs
- CustomAttributeSerializer.cs
- MetadataUtilsSmi.cs
- HttpCookie.cs
- DefaultBindingPropertyAttribute.cs
- ReaderContextStackData.cs
- ClientConfigPaths.cs
- ServiceCredentials.cs
- MyContact.cs
- Figure.cs
- CommandID.cs
- ReadOnlyActivityGlyph.cs
- SqlTrackingService.cs
- DelegateSerializationHolder.cs
- RoutedCommand.cs
- SqlTypeConverter.cs
- HostExecutionContextManager.cs
- ScrollPatternIdentifiers.cs
- RTLAwareMessageBox.cs
- TableLayoutStyle.cs
- DownloadProgressEventArgs.cs
- FlowDocumentPage.cs
- UpdateProgress.cs
- PersonalizablePropertyEntry.cs
- SqlResolver.cs
- Rect3DValueSerializer.cs
- PlacementWorkspace.cs
- DocumentOrderQuery.cs
- Not.cs
- TextWriterTraceListener.cs
- UIntPtr.cs
- TreeNodeBindingCollection.cs
- CellRelation.cs
- ServiceBusyException.cs
- CodeArrayIndexerExpression.cs
- BasicCommandTreeVisitor.cs
- UInt32Converter.cs
- FileResponseElement.cs
- SqlWebEventProvider.cs
- ClientSettingsSection.cs
- InkCanvasSelection.cs
- SystemColors.cs
- BasicExpandProvider.cs
- Stopwatch.cs
- DbProviderFactories.cs
- PreviewPrintController.cs