Table of Contents

Method GetTypeOfNode

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

GetTypeOfNode(ISyntaxNode, string, Point, ref string, ref Point, bool, bool, out CodeCompletionScope, bool)

protected override object GetTypeOfNode(ISyntaxNode node, string typeName, Point typePos, ref string name, ref Point position, bool localVar, bool checkBlock, out CodeCompletionScope scope, bool isArray)

Parameters

node ISyntaxNode
typeName string
typePos Point
name string
position Point
localVar bool
checkBlock bool
scope CodeCompletionScope
isArray bool

Returns

object