'Declaration
Public Shared Function Insert( _ ByVal elementType As System.Type, _ ByVal array As System.Array, _ ByVal index As System.Integer, _ ByVal obj As System.Object _ ) As System.Array
'Usage
Dim elementType As System.Type Dim array As System.Array Dim index As System.Integer Dim obj As System.Object Dim value As System.Array value = NArray.Insert(elementType, array, index, obj)
public static System.Array Insert( System.Type elementType, System.Array array, System.int index, System.object obj )
Parameters
- elementType
- array
- index
- obj