24 base.List[index] = value;
55 return base.List.Add(value);
68 for (
int i = 0; i < value.Length; i++)
84 int count = value.Count;
85 for (
int i = 0; i < count; i++)
97 return base.List.Contains(value);
108 base.List.CopyTo(array, index);
116 return base.List.IndexOf(value);
124 base.List.Insert(index, value);
132 base.List.Remove(value);
int Add(CodeAttributeDeclaration value)
Adds a T:System.CodeDom.CodeAttributeDeclaration object with the specified value to the collection.
The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method th...
Provides the abstract base class for a strongly typed collection.
void Remove(CodeAttributeDeclaration value)
Removes the specified T:System.CodeDom.CodeAttributeDeclaration object from the collection.
bool Contains(CodeAttributeDeclaration value)
Gets or sets a value that indicates whether the collection contains the specified T:System....
void AddRange(CodeAttributeDeclarationCollection value)
Copies the contents of another T:System.CodeDom.CodeAttributeDeclarationCollection object to the end ...
CodeAttributeDeclarationCollection()
Initializes a new instance of the T:System.CodeDom.CodeAttributeDeclarationCollection class.
void CopyTo(CodeAttributeDeclaration[] array, int index)
Copies the collection objects to a one-dimensional T:System.Array instance beginning at the specified...
CodeAttributeDeclarationCollection(CodeAttributeDeclarationCollection value)
Initializes a new instance of the T:System.CodeDom.CodeAttributeDeclarationCollection class containin...
Represents an attribute declaration.
void AddRange(CodeAttributeDeclaration[] value)
Copies the elements of the specified T:System.CodeDom.CodeAttributeDeclaration array to the end of th...
int IndexOf(CodeAttributeDeclaration value)
Gets the index of the specified T:System.CodeDom.CodeAttributeDeclaration object in the collection,...
CodeAttributeDeclarationCollection(CodeAttributeDeclaration[] value)
Initializes a new instance of the T:System.CodeDom.CodeAttributeDeclarationCollection class containin...
Specifies that the class can be serialized.
void Insert(int index, CodeAttributeDeclaration value)
Inserts the specified T:System.CodeDom.CodeAttributeDeclaration object into the collection at the spe...
Represents a collection of T:System.CodeDom.CodeAttributeDeclaration objects.
ClassInterfaceType
Identifies the type of class interface that is generated for a class.