共用方式為


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所設定的限制。

適用於