'Declaration
Public Function ToArray( _ ByVal type As System.Type _ ) As System.Array
'Usage
Dim instance As NForceList Dim type As System.Type Dim value As System.Array value = instance.ToArray(type)
public System.Array ToArray( System.Type type )
Parameters
- type