IOutputIterator<TValue>.get_ref Método
Definição
Retorna uma referência ao elemento para o qual o iterador está apontando no momento.Returns a reference to the element that the iterator is currently pointing to.
public:
TValue % get_ref();
public ref TValue get_ref ();
abstract member get_ref : unit -> 'Value
Public Function get_ref () As TValue
Retornos
- TValue
Uma referência ao elemento para o qual o iterador está apontando no momento.A reference to the element that the iterator is currently pointing to.