다음을 통해 공유


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>

요소 복사기입니다.

적용 대상