RatingCollection overview

Public Instance Constructors

RatingCollection Overloaded. Initializes a new instance of the RatingCollection class.

Public Instance Properties

Item 

Public Instance Methods

AddOverloaded. Adds a Rating object to the end of the collection.
AddRange Adds multiple Ratings to the collection.
ContainsOverloaded. Returns true if the collection contains a particular Rating object.
IndexOf Returns the zero-based index of the first occurance of a Rating object with a particular name.
InsertOverloaded. Inserts a Rating object into the collection at the specified index.
RemoveOverloaded. Removes a specific Rating object from the collection.
ToArray Returns a string array formed from the Name properties of the Rating objects.

See Also

RatingCollection Class | KrispWare Namespace