IDeque<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 to the location immediately 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 deque::end (STL/CLR).
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.