Constable Authorization Engine 2.0 BETA

ActionCollection.Remove Method 

[This is preliminary documentation and subject to change.]

Removes the action from the collection.

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

Parameters

action
The action to be removed.

See Also

ActionCollection Class | LaMarvin.Constable.Model Namespace