IConverter<TValue,TSurrogate> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在兩種類型之間轉換的功能。
public interface IConverter<TValue,TSurrogate> where TSurrogate : struct
type IConverter<'Value, 'Surrogate (requires 'Surrogate : struct)> = interface
Public Interface IConverter(Of TValue, TSurrogate)
類型參數
- TValue
- TSurrogate
方法
ConvertFromSurrogate(TSurrogate) |
將 Surrogate 值轉換為實值型別。 |
ConvertToSurrogate(TValue) |
將值轉換為實值型別。 |