Click or drag to resize
EmberReaderCopyToEndContainer Method
Reads data and writes it to writer until the end of the current container is reached.

Namespace: Lawo.EmberPlusSharp.Ember
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public Object CopyToEndContainer(
	EmberWriter writer,
	Nullable<EmberId> outerId
)

Parameters

writer
Type: Lawo.EmberPlusSharp.EmberEmberWriter
outerId
Type: SystemNullableEmberId

Return Value

Type: Object
The contents of the of the data value with the outer id outerId, if such a data value was found in the current container and its contents is primitive; otherwise, null.
Exceptions
Remarks
Bibliography
See Also