Mocker..::..CreateInstanceNonPublic Method
Overload List
Name | Description | |
---|---|---|
CreateInstanceNonPublic<(Of <<'(T>)>>)(array<Object>[]()[][]) |
Creates the instance of the given type.
Public and non-public constructors are searched.
Parameters allow matching of constructors and using those values in the creation of the instance.
|
|
CreateInstanceNonPublic(Type, array<Object>[]()[][]) |
Creates the instance of the given type.
Public and non-public constructors are searched.
Parameters allow matching of constructors and using those values in the creation of the instance.
|