Method ParseType
ParseType(out string, out ISyntaxNode)
protected virtual bool ParseType(out string type, out ISyntaxNode node)
Parameters
type
stringnode
ISyntaxNode
Returns
ParseType(out string, out ISyntaxNode, bool)
protected virtual bool ParseType(out string type, out ISyntaxNode node, bool checkRangSpecifier)
Parameters
type
stringnode
ISyntaxNodecheckRangSpecifier
bool