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)

使用 value 中的 surrogate值填充。

适用于