ImmutableListCodec<T>.ConvertFromSurrogate 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.
System.Object.ConvertFromSurrogate(Orleans.Serialization.Codecs.ImmutableListSurrogate{`0}@)
public override System.Collections.Immutable.ImmutableList<T> ConvertFromSurrogate (ref Orleans.Serialization.Codecs.ImmutableListSurrogate<T> surrogate);
override this.ConvertFromSurrogate : ImmutableListSurrogate -> System.Collections.Immutable.ImmutableList<'T>
Public Overrides Function ConvertFromSurrogate (ByRef surrogate As ImmutableListSurrogate(Of T)) As ImmutableList(Of T)
Parâmetros
- surrogate
- ImmutableListSurrogate<T>