Adds an element to the collection.
[Visual Basic .NET] |
---|
Public Sub Add( _ ByVal Action As IAgRt3Action _ ) |
[C#] |
---|
public void Add( IAgRt3Action Action ); |
[Managed C++] |
---|
public: void Add( IAgRt3Action ^ Action ); |
[Unmanaged C++] |
---|
public: HRESULT Add( IAgRt3Action * Action ); |
[Java] |
---|
public void add( IAgRt3Action Action ); |
- Action