C# Class MonoDevelop.CSharp.PathedDocumentTextEditorExtension.DataProvider

Inheritance: DropDownBoxListWindow.IListDataProvider
Mostrar archivo Open project: powerumc/monodevelop_korean

Public Methods

Method 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

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

Method Details

ActivateItem() public method

public ActivateItem ( int n ) : void
n int
return void

DataProvider() public method

public DataProvider ( PathedDocumentTextEditorExtension ext, object tag ) : System
ext PathedDocumentTextEditorExtension
tag object
return System

GetIcon() public method

public GetIcon ( int n ) : Xwt.Drawing.Image
n int
return Xwt.Drawing.Image

GetMarkup() public method

public GetMarkup ( int n ) : string
n int
return string

GetTag() public method

public GetTag ( int n ) : object
n int
return object

Reset() public method

public Reset ( ) : void
return void