Remove the provided element from the collection.
[Visual Basic .NET] |
---|
Public Sub Remove( _ ByVal Action As IAgRt3Action _ ) |
[C#] |
---|
public void Remove( IAgRt3Action Action ); |
[Managed C++] |
---|
public: void Remove( IAgRt3Action ^ Action ); |
[Unmanaged C++] |
---|
public: HRESULT Remove( IAgRt3Action * Action ); |
[Java] |
---|
public void remove( IAgRt3Action Action ); |
- Action