Method GetModel
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v10.dll
GetModel(out SemanticModel, out SyntaxTree)
Gets the semantic model and syntax tree for this document.
public virtual bool GetModel(out SemanticModel model, out SyntaxTree tree)
Parameters
modelSemanticModelOutput parameter receives
Microsoft.CodeAnalysis.SemanticModelobject.treeSyntaxTreeOutput parameter receives
Microsoft.CodeAnalysis.SyntaxTreeobject.
Returns
- bool
True if succeed; otherwise false.