HashSetCopier<T> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
HashSet<T>的複製器。
[Orleans.RegisterCopier]
public sealed class HashSetCopier<T> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.HashSet<T>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.HashSet<T>>
[<Orleans.RegisterCopier>]
type HashSetCopier<'T> = class
interface IDeepCopier<HashSet<'T>>
interface IDeepCopier
interface IBaseCopier<HashSet<'T>>
interface IBaseCopier
Public NotInheritable Class HashSetCopier(Of T)
Implements IBaseCopier(Of HashSet(Of T)), IDeepCopier(Of HashSet(Of T))
類型參數
- T
- 繼承
-
HashSetCopier<T>
- 屬性
- 實作
備註
初始化 HashSetCopier<T> 類別的新實例。
建構函式
HashSetCopier<T>(IDeepCopier<T>) |
HashSet<T>的複製器。 |
方法
DeepCopy(HashSet<T>, CopyContext) |
建立所提供輸入的深層複本。 |
DeepCopy(HashSet<T>, HashSet<T>, CopyContext) |
從 |