TypeName.Parse(ReadOnlySpan<Char>, TypeNameParseOptions) 方法

定义

将字符的范围分析为类型名称。

public static System.Reflection.Metadata.TypeName Parse (ReadOnlySpan<char> typeName, System.Reflection.Metadata.TypeNameParseOptions? options = default);
static member Parse : ReadOnlySpan<char> * System.Reflection.Metadata.TypeNameParseOptions -> System.Reflection.Metadata.TypeName
Public Shared Function Parse (typeName As ReadOnlySpan(Of Char), Optional options As TypeNameParseOptions = Nothing) As TypeName

参数

typeName
ReadOnlySpan<Char>

一个范围,包含表示要分析的类型名称的字符。

options
TypeNameParseOptions

描述要使用的可选 TypeNameParseOptions 参数的对象。

返回

已分析的类型名称。

例外

提供的类型名称无效。

分析已超过 MaxNodes设置的限制。

适用于