Initializes a new instance of the RatingCollection class populated with Rating objects whose Name properties are represented by the array of string values.

public RatingCollection(
   string[] array
);

Parameters

array
An array of string values representing the names of the rating values.

See Also

RatingCollection Class | KrispWare Namespace | RatingCollection Constructor Overload List