ISpanParsable<TSelf> インターフェイス
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
文字の範囲を値に解析するためのメカニズムを定義します。
generic <typename TSelf>
where TSelf : ISpanParsable<TSelf>public interface class ISpanParsable : IParsable<TSelf>
C#
public interface ISpanParsable<TSelf> : IParsable<TSelf> where TSelf : ISpanParsable<TSelf>
type ISpanParsable<'Self (requires 'Self :> ISpanParsable<'Self>)> = interface
interface IParsable<'Self (requires 'Self :> ISpanParsable<'Self>)>
Public Interface ISpanParsable(Of TSelf)
Implements IParsable(Of TSelf)
- TSelf
このインターフェイスを実装する型。
- 派生
- 実装
Parse(Read |
文字のスパンを値に解析します。 |
Try |
文字のスパンを値に解析しようとします。 |
製品 | バージョン |
---|---|
.NET | 7, 8, 9 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。