C# Class ICSharpCode.TextEditor.Gui.InsightWindow.InsightWindow.InsightDataProviderStackElement

Datei anzeigen Open project: jumpinjackie/fdotoolbox

Public Properties

Property Type Description
currentData int
dataProvider IInsightDataProvider

Public Methods

Method Description
InsightDataProviderStackElement ( IInsightDataProvider dataProvider ) : System

Method Details

InsightDataProviderStackElement() public method

public InsightDataProviderStackElement ( IInsightDataProvider dataProvider ) : System
dataProvider IInsightDataProvider
return System

Property Details

currentData public_oe property

public int currentData
return int

dataProvider public_oe property

public IInsightDataProvider dataProvider
return IInsightDataProvider