ReverseBidirectionalIterator<TValue>.get_cref Metodo

Definizione

Restituisce un riferimento costante all'elemento al quale l'iteratore sta puntando attualmente.

public:
 virtual TValue % get_cref();
public virtual ref TValue get_cref ();
abstract member get_cref : unit -> 'Value
override this.get_cref : unit -> 'Value
Public Overridable Function get_cref () As TValue

Restituisce

TValue

Riferimento costante all'elemento al quale l'iteratore sta puntando attualmente.

Si applica a