Constable Authorization Engine 2.0 BETA

NamedObjectCollectionBase.RemoveAt Method (String)

[This is preliminary documentation and subject to change.]

Removes the object with the given Id from the collection.

[Visual Basic]
Overridable Overloads Public Sub RemoveAt( _
   ByVal id As String _
)
[C#]
public virtual void RemoveAt(
   string id
);

Parameters

id
The Id of the object to be removed from the collection.

See Also

NamedObjectCollectionBase Class | LaMarvin.Constable.Model Namespace | NamedObjectCollectionBase.RemoveAt Overload List