TryTokenize(String, out ImmutableArray, out String, out Int32) Method

Definition

Assembly XamlToCSharpGenerator.MiniLanguageParsing.dll
public static bool TryTokenize(string selectorBranch, scoped out ImmutableArray<SelectorBranchSegment> segments, scoped out string errorMessage, scoped out int errorOffset)

Parameters

selectorBranch
String
errorMessage
String
errorOffset
Int32

Returns