'Usage Dim instance As NativeObjectArray(Of T,TParentType) Dim item As T instance.Add(item)
Parameters
- item
 - The item to add to the list.
 
            'Usage Dim instance As NativeObjectArray(Of T,TParentType) Dim item As T instance.Add(item)
| Exception | Description | 
|---|---|
| System.ArgumentNullException | If item is null |