IPopulator<TValue,TSurrogate> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于从另一个类型填充一个类型的功能。
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) |
使用 |