SortedSetCopier<T>(IDeepCopier<T>) コンストラクター

定義

SortedSetCopier<T> クラスの新しいインスタンスを初期化します。

public SortedSetCopier (Orleans.Serialization.Cloning.IDeepCopier<T> elementCopier);
new Orleans.Serialization.Codecs.SortedSetCopier<'T> : Orleans.Serialization.Cloning.IDeepCopier<'T> -> Orleans.Serialization.Codecs.SortedSetCopier<'T>
Public Sub New (elementCopier As IDeepCopier(Of T))

パラメーター

elementCopier
IDeepCopier<T>

要素のコピー機。

適用対象