adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / JobVariableCollection Class / Insert Method


In This Topic
    Insert Method (JobVariableCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Sub Insert( _
       ByVal index As Integer, _
       ByVal newVal As JobVariable _
    ) 
    public override void Insert( 
       int index,
       JobVariable newVal
    )
    public:
    void Insert( 
       int index,
       JobVariable^ newVal
    ) override 

    Parameters

    index
    newVal
    See Also