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

Class to store information about a function.
Class to store information about a function.
Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes publiques

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

Méthode Description
FunctionSource ( Dim sourceInfo, int firstLine, string name ) : System

Creates a new FunctionSource.

Creates a new FunctionSource.

Method Details

FirstLine() public méthode

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
Résultat int

Name() public méthode

Returns the name of the function.
Returns the name of the function.
public Name ( ) : string
Résultat string

SourceInfo() public méthode

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
Résultat Dim.SourceInfo