IBaseCopier<T> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供將成員從某個物件複製到另一個物件的功能。
public interface IBaseCopier<T> : Orleans.Serialization.Cloning.IBaseCopier where T : class
type IBaseCopier<'T (requires 'T : null)> = interface
interface IBaseCopier
Public Interface IBaseCopier(Of T)
Implements IBaseCopier
類型參數
- T
這個實例可以複製的物件類型。
- 衍生
- 實作
方法
DeepCopy(T, T, CopyContext) |
從 複製成員 |