Click or drag to resize
EmberType  Conversion (Type to EmberType)
Implicitly converts type to a EmberType.

Namespace: Lawo.EmberPlusSharp.Ember
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public static implicit operator EmberType (
	Type type
)

Parameters

type
Type: SystemType

Return Value

Type: EmberType
Exceptions
ExceptionCondition
ArgumentNullExceptiontype equals null.
See Also