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);
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.
Specifies that the class can be serialized.
ClassInterfaceType
Identifies the type of class interface that is generated for a class.