IUtf8SpanParsable<TSelf> 介面
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義將 UTF-8 字元範圍剖析為值的機制。
generic <typename TSelf>
where TSelf : IUtf8SpanParsable<TSelf>public interface class IUtf8SpanParsable
C#
public interface IUtf8SpanParsable<TSelf> where TSelf : IUtf8SpanParsable<TSelf>
type IUtf8SpanParsable<'Self (requires 'Self :> IUtf8SpanParsable<'Self>)> = interface
Public Interface IUtf8SpanParsable(Of TSelf)
- TSelf
實作這個介面的類型。
- 衍生
Parse(Read |
將 UTF-8 字元的範圍剖析為值。 |
Try |
嘗試將 UTF-8 字元的範圍剖析為值。 |
產品 | 版本 |
---|---|
.NET | 8, 9 |