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 |