Access an event in the collection directly via an index
Declaring type: Ratings
Namespace: MyMediaLite.Data
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public RatingEvent this [
        int index
] { get; }
Parameters
index
the index
Property Value

There is no description.