[This is preliminary documentation and is subject to change.]
Create new object instance for type, calling default ctor
Namespace: NFX.SerializationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static Object MakeNewObjectInstance(
Type type
)
public static Object MakeNewObjectInstance(
Type type
)
Public Shared Function MakeNewObjectInstance (
type As Type
) As Object
Public Shared Function MakeNewObjectInstance (
type As Type
) As Object
public:
static Object^ MakeNewObjectInstance(
Type^ type
)
public:
static Object^ MakeNewObjectInstance(
Type^ type
)
static member MakeNewObjectInstance :
type : Type -> Object
static member MakeNewObjectInstance :
type : Type -> Object
Return Value
Type:
Object