Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
SData
Compiler
CompilerContext
C# Class SData.Compiler.CompilerContext
Inheritance:
LoadingContext
ファイルを表示
Open project: knat/SData
Public Methods
Method
Description
ErrorAndThrow
(
DiagMsgEx
diagMsg
,
TextSpan
textSpan
) :
void
Private Methods
Method
Description
Error
(
DiagMsgEx
diagMsg
,
TextSpan
textSpan
) :
void
Method Details
ErrorAndThrow()
public
static
method
public
static
ErrorAndThrow
(
DiagMsgEx
diagMsg
,
TextSpan
textSpan
) :
void
diagMsg
DiagMsgEx
textSpan
TextSpan
return
void