Click or drag to resize
EmberConverter Constructor (EmberTypeBag)
Initializes a new instance of the EmberConverter class.

Namespace: Lawo.EmberPlusSharp.Ember
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public EmberConverter(
	EmberTypeBag types
)

Parameters

types
Type: Lawo.EmberPlusSharp.EmberEmberTypeBag
A collection of EmberType instances to base the XML conversion on.
Exceptions
ExceptionCondition
ArgumentNullExceptiontypes equals null.
See Also