Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Properties | 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.

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)