C# 클래스 MonoDevelop.CSharp.PathedDocumentTextEditorExtension.DataProvider

상속: DropDownBoxListWindow.IListDataProvider
파일 보기 프로젝트 열기: powerumc/monodevelop_korean

공개 메소드들

메소드 설명
ActivateItem ( int n ) : void
DataProvider ( PathedDocumentTextEditorExtension ext, object tag ) : System
GetIcon ( int n ) : Xwt.Drawing.Image
GetMarkup ( int n ) : string
GetTag ( int n ) : object
Reset ( ) : void

비공개 메소드들

메소드 설명
AddTypeToMemberList ( BaseTypeDeclarationSyntax btype ) : void
GetName ( SyntaxNode node ) : string
GetParameters ( SyntaxNode x ) : int
GetTypeParameters ( SyntaxNode x ) : int

메소드 상세

ActivateItem() 공개 메소드

public ActivateItem ( int n ) : void
n int
리턴 void

DataProvider() 공개 메소드

public DataProvider ( PathedDocumentTextEditorExtension ext, object tag ) : System
ext PathedDocumentTextEditorExtension
tag object
리턴 System

GetIcon() 공개 메소드

public GetIcon ( int n ) : Xwt.Drawing.Image
n int
리턴 Xwt.Drawing.Image

GetMarkup() 공개 메소드

public GetMarkup ( int n ) : string
n int
리턴 string

GetTag() 공개 메소드

public GetTag ( int n ) : object
n int
리턴 object

Reset() 공개 메소드

public Reset ( ) : void
리턴 void