Constable Authorization Engine 2.0 BETA

StateCollection.Remove Method 

[This is preliminary documentation and subject to change.]

Removes a state from the collection.

[Visual Basic]
Overridable Public Sub Remove( _
   ByVal state As State _
)
[C#]
public virtual void Remove(
   State state
);

Parameters

state
The state to be removed from the collection.

See Also

StateCollection Class | LaMarvin.Constable.Model Namespace