IReadOnlyList<T>.GetItem(Integer) Method
Summary
Represents method
GetItem(Integer)
.
Namespace
:
Spring.Collections
Syntax
Delphi
public function GetItem(index: Integer):
T
;
Parameters
index
Type: Integer
Return Value
Type:
T
See Also
Reference
IReadOnlyList<T>
Spring.Collections