Insert an element into the collection at the specified index
[Visual Basic .NET] |
---|
Public Sub InsertAt( _ ByVal Index As Integer, _ ByVal Action As IAgRt3Action _ ) |
[C#] |
---|
public void InsertAt( int Index, IAgRt3Action Action ); |
[Managed C++] |
---|
public: void InsertAt( int Index, IAgRt3Action ^ Action ); |
[Unmanaged C++] |
---|
public: HRESULT InsertAt( long Index, IAgRt3Action * Action ); |
[Java] |
---|
public void insertAt( int Index, IAgRt3Action Action ); |
- Index
- Action