System
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.3300.0
1.0.5000.0
2.0.0.0
4.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
System.Object
System.Collections.IList
System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)
System.Runtime.InteropServices.ComVisible(true)
The class provides a simple collection object that can be used to store a set of objects.
Represents a collection of objects.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Void
To be added
Adds a object to the collection.
The object to add to the collection.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Void
To be added
Adds a set of objects to the collection.
An array of type that contains the objects to add to the collection.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Void
To be added
Clears the collection of members.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Int32
To be added: an object of type 'int'
To be added
Gets the number of namespaces in the collection.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Collections.IEnumerator
To be added
Gets an enumerator that enumerates the collection members.
An that indicates the collection members.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.CodeDom.CodeNamespaceImport
To be added: an object of type 'int'
To be added
To be added: an object of type 'CodeNamespaceImport'
To be added
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Void
This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
Copies the elements of the to an , starting at a particular index.
The one-dimensional that is the destination of the elements copied from the . The array must have zero-based indexing.
The zero-based index in at which copying begins.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Int32
To be added.
To be added.
Gets the number of elements contained in the .
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Boolean
To be added.
To be added.
Gets a value indicating whether access to the is synchronized (thread safe).
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Object
To be added.
To be added.
Gets an object that can be used to synchronize access to the .
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Collections.IEnumerator
To be added.
Returns an enumerator that can iterate through a collection.
An that can be used to iterate through the collection.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Int32
This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
Adds an object to the .
The position at which the new element was inserted.
The to add to the .
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Void
This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
Removes all items from the .
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Boolean
This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
Determines whether the contains a specific value.
true if the value is in the list; otherwise, false.
The to locate in the .
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Int32
This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
Determines the index of a specific item in the .
The index of if it is found in the list; otherwise, -1.
The to locate in the .
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Void
This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
Inserts an item in the at the specified position.
The zero-based index at which should be inserted.
The to insert into the .
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Boolean
To be added.
To be added.
Gets a value indicating whether the has a fixed size.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Boolean
To be added.
To be added.
Gets a value indicating whether the is read-only.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Object
To be added.
To be added.
To be added.
To be added.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Void
This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
Removes the first occurrence of a specific object from the .
The to remove from the .
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Void
This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
Removes the element at the specified index of the .
The zero-based index of the element to remove.