| Constable Authorization Engine 2.0 BETA |
|
StateCollection.Add Method
[This is preliminary documentation and subject to change.]
Adds a state to the end of the collection.
[Visual Basic]
Overridable Public Function Add( _
ByVal
state As
State _
) As
Integer
[C#]
public virtual
int Add(
State state);
Parameters
-
state
- The state to be added.
Return Value
The index of the added state.
See Also
StateCollection Class | LaMarvin.Constable.Model Namespace