C# Class Jurassic.Library.BaseJSFunctionAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: paulbartrum/jurassic

Protected Methods

Method Description
BaseJSFunctionAttribute ( ) : System

Creates a new BaseJSFunctionAttribute instance with no flags.

BaseJSFunctionAttribute ( JSFunctionFlags flags ) : System

Creates a new BaseJSFunctionAttribute instance.

Method Details

BaseJSFunctionAttribute() protected method

Creates a new BaseJSFunctionAttribute instance with no flags.
protected BaseJSFunctionAttribute ( ) : System
return System

BaseJSFunctionAttribute() protected method

Creates a new BaseJSFunctionAttribute instance.
protected BaseJSFunctionAttribute ( JSFunctionFlags flags ) : System
flags JSFunctionFlags One or more flags.
return System