MyMediaLite
ListProxy<T> Constructor (IList<T>, IList<int>)
Syntax
Collapse All
Create a new ListProxy object
Declaring type:
ListProxy<T>
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public ListProxy ( IList<T>
list
, IList<int>
indices
)
Parameters
list
the list to proxy
indices
an index list pointing to entries in the list
Top
Generated by
ImmDoc .NET
.