d9e7c8e4 3638 eb22 6228 b51b52099f55 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

IArgumentRelations.Item Property (Int32)

Gets the element at the specified index.

Namespace: Plexdata.Utilities.Formatting.Interfaces
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0

Syntax

C#

Object this[
	int index
] { get; }

Parameters

 

index
Type: System.Int32
The zero-based index of the element to get.

Property Value

Type: Object
The returned value might be null for two reasons; as first, the index is actually out of range and secondly, the object at index is really null.

Return Value

Type: Object
The element at the specified index or null.

Remarks

This property returns the element at the specified index. A value of null is returned either if index is out range or if the actual object at found index is null.

See Also

Reference

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

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