Enhanced C#
Language of your choice: library documentation
|
This class is the same as DList{object}
except that it also implements the IList interface.
More...
This class is the same as DList{object}
except that it also implements the IList interface.
Properties | |
bool | IsFixedSize [get] |
bool | IsSynchronized [get] |
object | SyncRoot [get] |
Public Member Functions | |
void | CopyTo (Array array, int arrayIndex) |
new void | Remove (object obj) |
new int | Add (object obj) |