IConverter<TValue,TSurrogate> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
2 つの型間で変換するための機能。
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) |
サロゲート値を値型に変換します。 |
ConvertToSurrogate(TValue) |
値を値型に変換します。 |