IVector<TValue>.end(ContainerRandomAccessIterator<TValue>) Method
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.
Designates the end of the controlled sequence.
public:
void ^ end(Microsoft::VisualC::StlClr::Generic::ContainerRandomAccessIterator<TValue> ^ % unnamedParam1);
public void end (ref Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> unnamedParam1);
abstract member end : ContainerRandomAccessIterator -> unit
Public Function end (ByRef unnamedParam1 As ContainerRandomAccessIterator(Of TValue)) As Void
Parameters
- unnamedParam1
- ContainerRandomAccessIterator<TValue>
A random-access iterator that points just beyond the end of the controlled sequence. You use it to obtain an iterator that designates the current
end of the controlled sequence, but its status can change if the length of the controlled sequence changes.
Remarks
For more information, see vector::end (STL/CLR).
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.