C# 클래스 XSharpLanguage.XSharpCompletionSource

상속: ICompletionSource
파일 보기 프로젝트 열기: X-Sharp/XSharpPublic

공개 메소드들

메소드 설명
AugmentCompletionSession ( ICompletionSession session, IList completionSets ) : void
Dispose ( ) : void
XSharpCompletionSource ( ITextBuffer buffer ) : System

메소드 상세

AugmentCompletionSession() 공개 메소드

public AugmentCompletionSession ( ICompletionSession session, IList completionSets ) : void
session ICompletionSession
completionSets IList
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

XSharpCompletionSource() 공개 메소드

public XSharpCompletionSource ( ITextBuffer buffer ) : System
buffer ITextBuffer
리턴 System