RpcMethodCollection.Insert Method
Inserts an item to the IList.T. at the specified index.
          Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public void Insert(
int index,
IRpcMethod item
)
VB
Public Sub Insert (
index As Integer,
item As IRpcMethod
)
Parameters
| 
                   index  | 
                   Type: System.Int32  | 
| 
                   item  | 
                   Type: TwinCAT.TypeSystem.IRpcMethod  |