C# Class Spark.Mid.MidAttributeFetch

Inheritance: MidPath
ファイルを表示 Open project: spark-shading-language/spark Class Usage Examples

Public Methods

Method Description
MidAttributeFetch ( SourceRange range, MidPath obj, MidAttributeDecl attribute, ILazyFactory lazyFactory ) : System
MidAttributeFetch ( SourceRange range, MidPath obj, MidType type, ILazy attribute ) : System
ToString ( ) : string

Method Details

MidAttributeFetch() public method

public MidAttributeFetch ( SourceRange range, MidPath obj, MidAttributeDecl attribute, ILazyFactory lazyFactory ) : System
range SourceRange
obj MidPath
attribute MidAttributeDecl
lazyFactory ILazyFactory
return System

MidAttributeFetch() public method

public MidAttributeFetch ( SourceRange range, MidPath obj, MidType type, ILazy attribute ) : System
range SourceRange
obj MidPath
type MidType
attribute ILazy
return System

ToString() public method

public ToString ( ) : string
return string