1 instantiation of CodeAttributeArgumentCollection
System (1)
compmod\system\codedom\CodeAttributeDeclaration.cs (1)
30private CodeAttributeArgumentCollection arguments = new CodeAttributeArgumentCollection();
16 references to CodeAttributeArgumentCollection
System (16)
compmod\system\codedom\CodeAttributeArgumentCollection.cs (14)
29/// Initializes a new instance of <see cref='System.CodeDom.CodeAttributeArgumentCollection'/>. 37/// Initializes a new instance of <see cref='System.CodeDom.CodeAttributeArgumentCollection'/> based on another <see cref='System.CodeDom.CodeAttributeArgumentCollection'/>. 40public CodeAttributeArgumentCollection(CodeAttributeArgumentCollection value) { 46/// Initializes a new instance of <see cref='System.CodeDom.CodeAttributeArgumentCollection'/> containing any array of <see cref='System.CodeDom.CodeAttributeArgument'/> objects. 67/// <see cref='System.CodeDom.CodeAttributeArgumentCollection'/> .</para> 74/// <para>Copies the elements of an array to the end of the <see cref='System.CodeDom.CodeAttributeArgumentCollection'/>.</para> 87/// Adds the contents of another <see cref='System.CodeDom.CodeAttributeArgumentCollection'/> to the end of the collection. 90public void AddRange(CodeAttributeArgumentCollection value) { 102/// <see cref='System.CodeDom.CodeAttributeArgumentCollection'/> contains the specified <see cref='System.CodeDom.CodeAttributeArgument'/>.</para> 109/// <para>Copies the <see cref='System.CodeDom.CodeAttributeArgumentCollection'/> values to a one-dimensional <see cref='System.Array'/> instance at the 118/// the <see cref='System.CodeDom.CodeAttributeArgumentCollection'/> .</para> 125/// <para>Inserts a <see cref='System.CodeDom.CodeAttributeArgument'/> into the <see cref='System.CodeDom.CodeAttributeArgumentCollection'/> at the specified index.</para> 133/// <see cref='System.CodeDom.CodeAttributeArgumentCollection'/> .</para>
compmod\system\codedom\CodeAttributeDeclaration.cs (2)
30private CodeAttributeArgumentCollection arguments = new CodeAttributeArgumentCollection(); 96public CodeAttributeArgumentCollection Arguments {