19c43df9 091b e0f0 3535 166a2f4a813c - akesseler/Plexdata.Utilities.Templates GitHub Wiki

IArgumentRelations.Item Property (String)

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

Syntax

C#

Object this[
	string label
] { get; }

Parameters

 

label
Type: System.String
The label of the element to get.

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 element at the specified label or null.

Remarks

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.

See Also

Reference

IArgumentRelations Interface
Item Overload
Plexdata.Utilities.Formatting.Interfaces Namespace

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