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