ConstReverseRandomAccessIterator<TValue>.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Accesses the element at the given position in the container.
public:
property TValue % default[int] { TValue % get(int _Pos); };
public ref TValue this[int _Pos] { get; }
member this.Item(int) : 'Value
Default Public ReadOnly Property Item(_Pos As Integer) As TValue
Parameters
- _Pos
- Int32
The position of the element to access.
Property Value
TValue
The element at the given position in the container.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.