Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public fields | Public Member Functions | List of all members
Loyc.Collections.DList Class Reference

This class is the same as DList{object} except that it also implements the IList interface. More...


Source file:
Inheritance diagram for Loyc.Collections.DList:

Remarks

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)