C# Class Rhino.Tools.Debugger.Dim.FunctionSource

Class to store information about a function.
Class to store information about a function.
ファイルを表示 Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method Description
FirstLine ( ) : int

Returns the line number of the first line of the function.

Returns the line number of the first line of the function.

Name ( ) : string

Returns the name of the function.

Returns the name of the function.

SourceInfo ( ) : Dim.SourceInfo

Returns the SourceInfo object that describes the source of the function.

Returns the SourceInfo object that describes the source of the function.

Private Methods

Method Description
FunctionSource ( Dim sourceInfo, int firstLine, string name ) : System

Creates a new FunctionSource.

Creates a new FunctionSource.

Method Details

FirstLine() public method

Returns the line number of the first line of the function.
Returns the line number of the first line of the function.
public FirstLine ( ) : int
return int

Name() public method

Returns the name of the function.
Returns the name of the function.
public Name ( ) : string
return string

SourceInfo() public method

Returns the SourceInfo object that describes the source of the function.
Returns the SourceInfo object that describes the source of the function.
public SourceInfo ( ) : Dim.SourceInfo
return Dim.SourceInfo