Method ParseVariableDeclaration
ParseVariableDeclaration(Point, NetNodeType)
protected virtual bool ParseVariableDeclaration(Point position, NetNodeType nodeType)
Parameters
position
PointnodeType
NetNodeType
Returns
ParseVariableDeclaration(Point, NetNodeType, ref ISyntaxNode)
protected virtual bool ParseVariableDeclaration(Point position, NetNodeType nodeType, ref ISyntaxNode node)
Parameters
position
PointnodeType
NetNodeTypenode
ISyntaxNode
Returns
ParseVariableDeclaration(Point, NetNodeType, bool, bool, ref ISyntaxNode)
protected virtual bool ParseVariableDeclaration(Point position, NetNodeType nodeType, bool isImplicit, bool required, ref ISyntaxNode node)
Parameters
position
PointnodeType
NetNodeTypeisImplicit
boolrequired
boolnode
ISyntaxNode