C# Class ICSharpCode.ILSpy.TextView.DefinitionLookup

Stores the positions of the definitions that were written to the text output.
Mostrar archivo Open project: net-shell/quantum-vaginer Class Usage Examples

Public Methods

Method Description
AddDefinition ( object definition, int offset ) : void
GetDefinitionPosition ( object definition ) : int

Method Details

AddDefinition() public method

public AddDefinition ( object definition, int offset ) : void
definition object
offset int
return void

GetDefinitionPosition() public method

public GetDefinitionPosition ( object definition ) : int
definition object
return int