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