Proxy class that allows access to selected elements of an underlying list data structure
Declaring type: ListProxy<T>
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Public Constructors
  Name Description
Public Method ListProxy Create a new ListProxy object
Collapse/Expand Public Methods
  Name Description
Public Method Add

There is no summary.

Public Method Clear

There is no summary.

Public Method Contains

There is no summary.

Public Method CopyTo

There is no summary.

Public Method IndexOf

There is no summary.

Public Method Insert

There is no summary.

Public Method Remove

There is no summary.

Public Method RemoveAt

There is no summary.

Collapse/Expand Public Properties
  Name Description
Public Property Count

There is no summary.

Public Property IsReadOnly

There is no summary.

Public Property Item

There is no summary.