Proxy class that allows access to selected elements of an underlying list data structure
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public class ListProxy<T> :  IEnumerable,
IList<T>,
IEnumerable<T>,
ICollection<T>
Type Parameters
T

There is no description.

Collapse/Expand Members

Click here to see the list of members.