Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Spark
AbstractSyntax
AbsMethodDecl
C# Class Spark.AbstractSyntax.AbsMethodDecl
Inheritance:
AbsMemberDecl
Show file
Open project: spark-shading-language/spark
Public Methods
Method
Description
AbsMethodDecl
(
AbsSyntaxInfo
inInfo
,
Identifier
inName
,
AbsTerm
inResultType
,
IEnumerable
inParams
,
AbsStmt
inBody
) :
System
Method Details
AbsMethodDecl()
public
method
public
AbsMethodDecl
(
AbsSyntaxInfo
inInfo
,
Identifier
inName
,
AbsTerm
inResultType
,
IEnumerable
inParams
,
AbsStmt
inBody
) :
System
inInfo
AbsSyntaxInfo
inName
Identifier
inResultType
AbsTerm
inParams
IEnumerable
inBody
AbsStmt
return
System