IBinaryTokenStreamReader.Reset(IList<ArraySegment<Byte>>) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Redefine essa instância com os dados fornecidos.
public void Reset (System.Collections.Generic.IList<ArraySegment<byte>> buffs);
abstract member Reset : System.Collections.Generic.IList<ArraySegment<byte>> -> unit
Public Sub Reset (buffs As IList(Of ArraySegment(Of Byte)))
Parâmetros
- buffs
- IList<ArraySegment<Byte>>
Os buffers subjacentes.