C# Class Spark.AbstractSyntax.AbsGenericValueParamDecl

Inheritance: AbsGenericParamDecl
ファイルを表示 Open project: spark-shading-language/spark

Public Methods

Method Description
AbsGenericValueParamDecl ( AbsSyntaxInfo info, AbsTerm type, Identifier name, bool isImplicit ) : System

Method Details

AbsGenericValueParamDecl() public method

public AbsGenericValueParamDecl ( AbsSyntaxInfo info, AbsTerm type, Identifier name, bool isImplicit ) : System
info AbsSyntaxInfo
type AbsTerm
name Identifier
isImplicit bool
return System