TypeName.Parse(ReadOnlySpan<Char>, TypeNameParseOptions) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將字元範圍剖析為類型名稱。
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所設定的限制。