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