|
Enhanced C#
Loyc 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.
Public fields | |
| bool | IsFixedSize => false |
| bool | IsSynchronized => false |
| object | SyncRoot => this |
Public Member Functions | |
| void | CopyTo (Array array, int arrayIndex) |
| new void | Remove (object?obj) |
| new int | Add (object?obj) |
1.8.7