Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeAttributeArgumentCollection.cs / 1305376 / CodeAttributeArgumentCollection.cs
// ------------------------------------------------------------------------------ //// // // ----------------------------------------------------------------------------- // namespace System.CodeDom { using System; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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 /// . // // // ----------------------------------------------------------------------------- // namespace System.CodeDom { using System; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ 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
- BridgeDataReader.cs
- TypeToken.cs
- GeneralTransform3D.cs
- WorkflowInstanceUnhandledExceptionRecord.cs
- SSmlParser.cs
- MonikerHelper.cs
- HttpApplication.cs
- ClosureBinding.cs
- FormViewInsertedEventArgs.cs
- WebRequestModuleElementCollection.cs
- UdpUtility.cs
- nulltextcontainer.cs
- FormatterServices.cs
- EncodedStreamFactory.cs
- HttpCookie.cs
- EventLogException.cs
- Parameter.cs
- WindowsListView.cs
- SerializerProvider.cs
- RadioButtonStandardAdapter.cs
- RtfNavigator.cs
- FileRegion.cs
- PackagePart.cs
- Visual3D.cs
- AccessorTable.cs
- SizeKeyFrameCollection.cs
- FileDialogCustomPlace.cs
- TypefaceMap.cs
- HtmlHead.cs
- ReferencedAssemblyResolver.cs
- _SafeNetHandles.cs
- Overlapped.cs
- SqlCacheDependencyDatabaseCollection.cs
- SQLBinary.cs
- ExpandedWrapper.cs
- RectAnimationClockResource.cs
- TypeValidationEventArgs.cs
- StateRuntime.cs
- SystemWebSectionGroup.cs
- ReturnValue.cs
- DynamicResourceExtensionConverter.cs
- InstanceLockTracking.cs
- ListCollectionView.cs
- GeneratedView.cs
- SqlLiftIndependentRowExpressions.cs
- GCHandleCookieTable.cs
- AsyncOperation.cs
- Pair.cs
- TransformCollection.cs
- SqlFacetAttribute.cs
- TextDecorationUnitValidation.cs
- PointAnimationUsingKeyFrames.cs
- MatchingStyle.cs
- MatrixAnimationUsingKeyFrames.cs
- DefaultPropertyAttribute.cs
- DrawingImage.cs
- DataGridViewLinkColumn.cs
- BitmapSourceSafeMILHandle.cs
- ILGenerator.cs
- ProcessModelSection.cs
- DialogWindow.cs
- RenderingBiasValidation.cs
- EditBehavior.cs
- MetadataCacheItem.cs
- IDReferencePropertyAttribute.cs
- MailWebEventProvider.cs
- ContentPathSegment.cs
- PassportAuthenticationEventArgs.cs
- ExpressionBuilderCollection.cs
- DeclarativeCatalogPart.cs
- ViewCellRelation.cs
- GenerateDerivedKeyRequest.cs
- SiteMapDataSourceView.cs
- Int16.cs
- ExpressionLexer.cs
- NavigateUrlConverter.cs
- XslTransform.cs
- SafeLocalMemHandle.cs
- Point4D.cs
- autovalidator.cs
- DateTimeOffsetAdapter.cs
- ColorBuilder.cs
- ConfigurationStrings.cs
- CodeAccessPermission.cs
- DependencyPropertyHelper.cs
- PackageProperties.cs
- PersonalizationProviderHelper.cs
- ProfileModule.cs
- PanelStyle.cs
- PersonalizableAttribute.cs
- FormatterServices.cs
- HttpDictionary.cs
- NonDualMessageSecurityOverHttpElement.cs
- ComboBoxAutomationPeer.cs
- DesignerTextBoxAdapter.cs
- ResourceProviderFactory.cs
- ToolStripDropDownClosingEventArgs.cs
- IsolatedStorageFilePermission.cs
- ComplusTypeValidator.cs
- CodeSnippetExpression.cs