次の方法で共有


IPopulator<TValue,TSurrogate> インターフェイス

定義

1 つの型を別の型から設定するための機能。

public interface IPopulator<TValue,TSurrogate> where TValue : class where TSurrogate : struct
type IPopulator<'Value, 'Surrogate (requires 'Value : null and 'Surrogate : struct)> = interface
Public Interface IPopulator(Of TValue, TSurrogate)

型パラメーター

TValue
TSurrogate

メソッド

Populate(TSurrogate, TValue)

surrogate値を設定しますvalue

適用対象