CompilationHelperGetMemberNameAndPosition - метод |
Пространство имён:
Tessa.Compilation
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксисpublic static (string , int ) GetMemberNameAndPosition(
ICompilationSource source,
ICompilerOutputItem compilerOutputItem
)
Public Shared Function GetMemberNameAndPosition (
source As ICompilationSource,
compilerOutputItem As ICompilerOutputItem
) As ( As String, As Integer)
public:
static ValueTuple<String^, int> GetMemberNameAndPosition(
ICompilationSource^ source,
ICompilerOutputItem^ compilerOutputItem
)
static member GetMemberNameAndPosition :
source : ICompilationSource *
compilerOutputItem : ICompilerOutputItem -> ValueTuple<string, int>
Параметры
- source
- Тип: Tessa.CompilationICompilationSource
- compilerOutputItem
- Тип: Tessa.CompilationICompilerOutputItem
Возвращаемое значение
Тип:
ValueTupleString,
Int32
См. также