ImmutableListCodec<T>.ConvertFromSurrogate Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri
- surrogate
- ImmutableListSurrogate<T>