25 base.List[index] = value;
57 return base.List.Add(value);
70 for (
int i = 0; i < value.Length; i++)
86 int count = value.Count;
87 for (
int i = 0; i < count; i++)
99 return base.List.Contains(value);
112 base.List.CopyTo(array, index);
120 return base.List.IndexOf(value);
131 base.List.Insert(index, value);
139 base.List.Remove(value);
CodeDirectiveCollection(CodeDirective[] value)
Initializes a new instance of the T:System.CodeDom.CodeDirectiveCollection class with the code direct...
Represents a collection of T:System.CodeDom.CodeDirective objects.
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.
CodeDirectiveCollection(CodeDirectiveCollection value)
Initializes a new instance of the T:System.CodeDom.CodeDirectiveCollection class with the elements in...
int Add(CodeDirective value)
Adds the specified T:System.CodeDom.CodeDirective object to the collection.
void AddRange(CodeDirective[] value)
Adds an array of T:System.CodeDom.CodeDirective objects to the end of the collection.
void CopyTo(CodeDirective[] array, int index)
Copies the contents of the collection to a one-dimensional array beginning at the specified index.
void Insert(int index, CodeDirective value)
Inserts the specified T:System.CodeDom.CodeDirective object into the collection at the specified inde...
void Remove(CodeDirective value)
Removes the specified T:System.CodeDom.CodeDirective object from the collection.
bool Contains(CodeDirective value)
Gets a value indicating whether the collection contains the specified T:System.CodeDom....
int IndexOf(CodeDirective value)
Gets the index in the collection of the specified T:System.CodeDom.CodeDirective object,...
void AddRange(CodeDirectiveCollection value)
Adds the contents of the specified T:System.CodeDom.CodeDirectiveCollection object to the end of the ...
Serves as the base class for code directive classes.
Specifies that the class can be serialized.
ClassInterfaceType
Identifies the type of class interface that is generated for a class.
CodeDirectiveCollection()
Initializes a new instance of the T:System.CodeDom.CodeDirectiveCollection class.