Click or drag to resize
ConstructorHelperTCreateInPlaceConstructor Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.ConstructorHelper`1.CreateInPlaceConstructor(System.Type)"]

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public static Delegate CreateInPlaceConstructor(
	Type constructorType
)

Parameters

constructorType
Type: SystemType

[Missing <param name="constructorType"/> documentation for "M:VRage.ConstructorHelper`1.CreateInPlaceConstructor(System.Type)"]

Return Value

Type: Delegate

[Missing <returns> documentation for "M:VRage.ConstructorHelper`1.CreateInPlaceConstructor(System.Type)"]

See Also