Click or drag to resize

ReflectionHelperHasNoArgConstructor Method

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

[Missing <summary> documentation for "M:Monkeyspeak.Utils.ReflectionHelper.HasNoArgConstructor(System.Type)"]

Namespace:  Monkeyspeak.Utils
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public static bool HasNoArgConstructor(
	Type type
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Monkeyspeak.Utils.ReflectionHelper.HasNoArgConstructor(System.Type)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Monkeyspeak.Utils.ReflectionHelper.HasNoArgConstructor(System.Type)"]

See Also