Click or drag to resize
INodeItem Property
Gets the child where Number equals number.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
IElement this[
	int number
] { get; }

Parameters

number
Type: SystemInt32

Property Value

Type: IElement
Exceptions
ExceptionCondition
KeyNotFoundExceptionNo child exists where Number equals number.
See Also