b3065833 41f3 38b1 1d15 8da07a5148c8 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Gets the object for a specific label.
Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
public Object this[
string label
] { get; }
- label
- Type: System.String
The label to get an object for.
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 object for label or null
.
IArgumentRelations.Item(String)
This property gets the object for a specific label. A value of null
is returned if the label label couldn't be found.
It shouldn't be necessary to validate a label's existence beforehand, because of an exception is not thrown if a label couldn't be found. range.
ArgumentRelations Class
Item Overload
Plexdata.Utilities.Formatting.Entities Namespace
ArgumentRelations.Item(Int32)
ArgumentRelations.IndexOf(String)
ArgumentRelations.Contains(String)