MindFusion.UI for WebForms Programmer's Guide

RatingItemCollection.Add Method

See Also
 





StateCollection.Add override.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public override int Add (
    RatingItem item
)

Visual Basic  Copy Code

Public Overrides Function Add( _
    item As RatingItem _
) As Integer

 Parameters

item

Type: RatingItem
The item to add.

 Return Value

Type: Int32
The zero-based index of the added item in the collection.

 See Also