C# Класс Rhino.Tools.Debugger.Dim.FunctionSource

Class to store information about a function.
Class to store information about a function.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
FunctionSource ( Dim sourceInfo, int firstLine, string name ) : System

Creates a new FunctionSource.

Creates a new FunctionSource.

Описание методов

FirstLine() публичный Метод

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
Результат int

Name() публичный Метод

Returns the name of the function.
Returns the name of the function.
public Name ( ) : string
Результат string

SourceInfo() публичный Метод

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
Результат Dim.SourceInfo