Adds an item to the StateCollection collection.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public virtual int Add ( T item ) |
Visual Basic
Copy Code
|
---|
Public Overridable Function Add( _ item As T _ ) As Integer |
Parameters
Return Value
Type: Int32 The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection
See Also
|