Click or drag to resize
EmberType Constructor
Initializes a new instance of the EmberType class.

Namespace: Lawo.EmberPlusSharp.Ember
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public EmberType(
	params Type[] types
)

Parameters

types
Type: SystemType
The parent fields followed by the actual type, in descending order.
Exceptions
ExceptionCondition
ArgumentNullExceptiontypes equals null.
See Also