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

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

Parameters

types
Type: Lawo.EmberPlusSharp.EmberEmberType
Exceptions
ExceptionCondition
ArgumentNullExceptiontypes equals null.
Remarks
Besides types the resulting collection will also contain BerBoolean, BerInteger, BerOctetstring, BerReal, BerUtf8String, BerRelativeObjectIdentifier, BerSequence and BerSet.
See Also