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

Inheritance: ICompletionSource
Show file Open project: tgjones/HlslTools

Public Methods

Method Description
AugmentCompletionSession ( ICompletionSession session, IList completionSets ) : void
CompletionSource ( DispatcherGlyphService glyphService ) : System.Collections.Generic
Dispose ( ) : void

Method Details

AugmentCompletionSession() public method

public AugmentCompletionSession ( ICompletionSession session, IList completionSets ) : void
session ICompletionSession
completionSets IList
return void

CompletionSource() public method

public CompletionSource ( DispatcherGlyphService glyphService ) : System.Collections.Generic
glyphService ShaderTools.VisualStudio.Hlsl.Glyphs.DispatcherGlyphService
return System.Collections.Generic

Dispose() public method

public Dispose ( ) : void
return void