ca96acfc a361 ffb7 bd0a dd6f2275b485 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

ArgumentRelations.Item Property (Int32)

Gets the object at given index.

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

Syntax

C#

public Object this[
	int index
] { get; }

Parameters

 

index
Type: System.Int32
The index to get an object for.

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 object at index or null.

Implements

IArgumentRelations.Item(Int32)

Remarks

This property gets the object at given index. A value of null is returned if the index is out of range.

It shouldn't be necessary to validate an index beforehand, because of an exception is not thrown if an index is out of range.

See Also

Reference

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

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