共用方式為


IPopulator<TValue,TSurrogate> 介面

定義

從另一個類型填入一種類型的功能。

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

適用於