Package | Description |
---|---|
com.dotNet4Java |
Modifier and Type | Class and Description |
---|---|
class |
TClrGenericArray<T>
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the class for all generic arrays in the common language runtime (Clr).
|
Modifier and Type | Method and Description |
---|---|
static <T> IClrGenericArray<T> |
TClrGenericArray.createInstance(DotNetNativeTypes.ClrObject paramObject,
java.lang.Class<T> clazz)
Initializes a new instance of the TClrGenericArray class of the specified Class and clr Object pointer.
|
static <T> IClrGenericArray<T> |
TClrGenericArray.createInstance(java.lang.Object paramObject,
java.lang.Class<T> clazz)
Initializes a new instance of the TClrGenericArray class of the specified Class and an object.
|