CodecProvider.GetBaseCopier<TField> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
型のインスタンスをコピーできる基本型コピー機を取得します T
。
public Orleans.Serialization.Cloning.IBaseCopier<TField> GetBaseCopier<TField> () where TField : class;
abstract member GetBaseCopier : unit -> Orleans.Serialization.Cloning.IBaseCopier<'Field (requires 'Field : null)> (requires 'Field : null)
override this.GetBaseCopier : unit -> Orleans.Serialization.Cloning.IBaseCopier<'Field (requires 'Field : null)> (requires 'Field : null)
Public Function GetBaseCopier(Of TField As Class) () As IBaseCopier(Of TField)
型パラメーター
- TField
戻り値
IBaseCopier<TField>
型のインスタンスをコピーできる基本型 T
コピー機。