IList<TValue>.end(ContainerBidirectionalIterator<TValue>) Method
Definition
Designates the end of the controlled sequence.
public:
void ^ end(Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^ % );
public void end (ref Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue> );
abstract member end : ContainerBidirectionalIterator -> unit
Public Function end (ByRef As ContainerBidirectionalIterator(Of TValue)) As Void
Parameters
Remarks
For more information, see list::end (STL/CLR).