C# Class DotQLLanguage.OokCompletionSource

Inheritance: ICompletionSource
Mostra file Open project: Ancestry/DotQL

Public Methods

Method Description
AugmentCompletionSession ( ICompletionSession session, IList completionSets ) : void
Dispose ( ) : void
OokCompletionSource ( ITextBuffer buffer ) : System

Method Details

AugmentCompletionSession() public method

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

Dispose() public method

public Dispose ( ) : void
return void

OokCompletionSource() public method

public OokCompletionSource ( ITextBuffer buffer ) : System
buffer ITextBuffer
return System