TryParseGenericTypeToken(String, out String, out ImmutableArray) Method

Definition

Assembly XamlToCSharpGenerator.ExpressionSemantics.dll
public static bool TryParseGenericTypeToken(string token, scoped out string typeToken, scoped out ImmutableArray<string> argumentTokens)

Parameters

token
String
typeToken
String
argumentTokens
ImmutableArray<String>

Returns