Click or drag to resize
EmberTypeFromType Method
Creates a EmberType from type.

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

Parameters

type
Type: SystemType

Return Value

Type: EmberType
Exceptions
ExceptionCondition
ArgumentNullExceptiontype equals null.
See Also