19c43df9 091b e0f0 3535 166a2f4a813c - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Gets the element at the specified label.
Namespace: Plexdata.Utilities.Formatting.Interfaces
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
Object this[
string label
] { get; }
- label
- Type: System.String
The label of the element to get.
Type: Object
The returned value might be null
for two reasons; as first, the label couldn't be found and secondly, the object at label is really null
.
Type: Object
The element at the specified label or null
.
This property returns the element at the specified label. A value of null
is returned either if the index of label is out range or if the actual object at found label is null
.
IArgumentRelations Interface
Item Overload
Plexdata.Utilities.Formatting.Interfaces Namespace