Click or drag to resize
TypeExtensionsHasDefaultConstructor Method

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

[Missing <summary> documentation for "M:VRage.TypeExtensions.HasDefaultConstructor(System.Type)"]

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public static bool HasDefaultConstructor(
	Type type
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:VRage.TypeExtensions.HasDefaultConstructor(System.Type)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.TypeExtensions.HasDefaultConstructor(System.Type)"]

See Also