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