C# Class MonoDevelop.CSharp.PathedDocumentTextEditorExtension.DataProvider

Inheritance: DropDownBoxListWindow.IListDataProvider
Afficher le fichier Open project: powerumc/monodevelop_korean

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
AddTypeToMemberList ( BaseTypeDeclarationSyntax btype ) : void
GetName ( SyntaxNode node ) : string
GetParameters ( SyntaxNode x ) : int
GetTypeParameters ( SyntaxNode x ) : int

Method Details

ActivateItem() public méthode

public ActivateItem ( int n ) : void
n int
Résultat void

DataProvider() public méthode

public DataProvider ( PathedDocumentTextEditorExtension ext, object tag ) : System
ext PathedDocumentTextEditorExtension
tag object
Résultat System

GetIcon() public méthode

public GetIcon ( int n ) : Xwt.Drawing.Image
n int
Résultat Xwt.Drawing.Image

GetMarkup() public méthode

public GetMarkup ( int n ) : string
n int
Résultat string

GetTag() public méthode

public GetTag ( int n ) : object
n int
Résultat object

Reset() public méthode

public Reset ( ) : void
Résultat void