b3065833 41f3 38b1 1d15 8da07a5148c8 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

ArgumentRelations.Item Property (String)

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

Syntax

C#

public Object this[
	string label
] { get; }

Parameters

 

label
Type: System.String
The label to get an object for.

Property Value

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.

Return Value

Type: Object
The object for label or null.

Implements

IArgumentRelations.Item(String)

Remarks

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.

See Also

Reference

ArgumentRelations Class
Item Overload
Plexdata.Utilities.Formatting.Entities Namespace
ArgumentRelations.Item(Int32)
ArgumentRelations.IndexOf(String)
ArgumentRelations.Contains(String)

⚠️ **GitHub.com Fallback** ⚠️