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 / 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
- ClientSettingsProvider.cs
- CapabilitiesSection.cs
- DesignerSerializationVisibilityAttribute.cs
- AnnotationResourceCollection.cs
- RenameRuleObjectDialog.cs
- ListDesigner.cs
- BuildDependencySet.cs
- FramingEncoders.cs
- IdentityNotMappedException.cs
- RectangleHotSpot.cs
- SqlDataSourceEnumerator.cs
- PolicyChain.cs
- ContentControl.cs
- ServerValidateEventArgs.cs
- CodeBinaryOperatorExpression.cs
- ArgumentOutOfRangeException.cs
- ProvidePropertyAttribute.cs
- DebugView.cs
- SubpageParagraph.cs
- EntityReference.cs
- DbProviderSpecificTypePropertyAttribute.cs
- HtmlUtf8RawTextWriter.cs
- ProfilePropertySettingsCollection.cs
- BooleanConverter.cs
- FormatException.cs
- Empty.cs
- DataRelationPropertyDescriptor.cs
- XPathDocumentIterator.cs
- LazyTextWriterCreator.cs
- PointLightBase.cs
- FormClosingEvent.cs
- ChangesetResponse.cs
- ResourceDictionary.cs
- HttpRawResponse.cs
- MatrixTransform3D.cs
- GroupBoxAutomationPeer.cs
- EdmToObjectNamespaceMap.cs
- RegexReplacement.cs
- ResourceProperty.cs
- peernodeimplementation.cs
- ElementAction.cs
- DataComponentNameHandler.cs
- Screen.cs
- XmlFormatWriterGenerator.cs
- XmlReaderSettings.cs
- PropVariant.cs
- DataErrorValidationRule.cs
- GenericTypeParameterBuilder.cs
- ApplicationDirectoryMembershipCondition.cs
- CommentEmitter.cs
- CorrelationScope.cs
- XmlSchemaNotation.cs
- ProcessRequestArgs.cs
- TransmissionStrategy.cs
- SamlEvidence.cs
- XmlDataContract.cs
- ManagedFilter.cs
- AccessorTable.cs
- XmlNamespaceManager.cs
- PropertyConverter.cs
- PrintPageEvent.cs
- InternalConfirm.cs
- TextPointerBase.cs
- KnownAssembliesSet.cs
- InvalidOleVariantTypeException.cs
- PtsHost.cs
- DockPanel.cs
- UpdateCommand.cs
- BitmapCache.cs
- SqlUdtInfo.cs
- SqlExpressionNullability.cs
- MultiView.cs
- MailMessageEventArgs.cs
- XmlLanguage.cs
- SqlMetaData.cs
- DrawingImage.cs
- SystemDiagnosticsSection.cs
- CompilerScopeManager.cs
- Odbc32.cs
- UmAlQuraCalendar.cs
- UserControl.cs
- ProvidePropertyAttribute.cs
- WebPartUserCapability.cs
- OneOfElement.cs
- RepeaterItem.cs
- TemplatedMailWebEventProvider.cs
- BatchParser.cs
- MatrixTransform3D.cs
- SqlNamer.cs
- StylusPointPropertyUnit.cs
- CanonicalizationDriver.cs
- Viewport3DAutomationPeer.cs
- DatePickerDateValidationErrorEventArgs.cs
- ReadOnlyDictionary.cs
- HttpServerVarsCollection.cs
- ScrollChrome.cs
- DbDataReader.cs
- HtmlAnchor.cs
- CodeMemberEvent.cs
- SimpleFieldTemplateUserControl.cs