ConstContainerRandomAccessIterator<TValue>.MemberSelection Operatore

Definizione

Restituisce l'elemento al quale l'iteratore sta puntando attualmente.

public:
 static TValue % op_MemberSelection(Microsoft::VisualC::StlClr::Generic::ConstContainerRandomAccessIterator<TValue> ^ _Left);
public static ref TValue op_MemberSelection (Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<TValue> _Left);
static member op_MemberSelection : Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<'Value> -> 'Value
Public Shared op_MemberSelection (_Left As ConstContainerRandomAccessIterator(Of TValue)) As TValue

Parametri

_Left
ConstContainerRandomAccessIterator<TValue>

Iteratore a cui viene applicato l'operatore.

Restituisce

TValue

Elemento al quale l'iteratore sta puntando attualmente.

Si applica a