ca96acfc a361 ffb7 bd0a dd6f2275b485 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Gets the object at given index.
Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
public Object this[
int index
] { get; }
- index
- Type: System.Int32
The index to get an object for.
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
.
Type: Object
The object at index or null
.
IArgumentRelations.Item(Int32)
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.
ArgumentRelations Class
Item Overload
Plexdata.Utilities.Formatting.Entities Namespace
ArgumentRelations.Item(String)