Click or drag to resize
CollectionNodeTMostDerived, TElementItem 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#
public TElement this[
	int number
] { get; }

Parameters

number
Type: SystemInt32

Property Value

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