C# Class ShaderTools.VisualStudio.Hlsl.IntelliSense.Completion.CompletionModel

Show file Open project: tgjones/HlslTools Class Usage Examples

Public Methods

Method Description
CompletionModel ( SemanticModel semanticModel, TextSpan applicableSpan, ITextSnapshot textSnapshot, IEnumerable items ) : System.Collections.Generic

Method Details

CompletionModel() public method

public CompletionModel ( SemanticModel semanticModel, TextSpan applicableSpan, ITextSnapshot textSnapshot, IEnumerable items ) : System.Collections.Generic
semanticModel ShaderTools.Hlsl.Compilation.SemanticModel
applicableSpan TextSpan
textSnapshot ITextSnapshot
items IEnumerable
return System.Collections.Generic