C# Class Fan.Sys.Param

Param represents one parameter definition of a Func (or Method).
Inheritance: FanObj
Show file Open project: xored/f4 Class Usage Examples

Public Properties

Property Type Description
HAS_DEFAULT int

Public Methods

Method Description
@typeof ( ) : Type
Param ( string name, Type type, int mask )
hasDefault ( ) : bool
name ( ) : string
toStr ( ) : string
type ( ) : Type

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

Param() public method

public Param ( string name, Type type, int mask )
name string
type Type
mask int

hasDefault() public method

public hasDefault ( ) : bool
return bool

name() public method

public name ( ) : string
return string

toStr() public method

public toStr ( ) : string
return string

type() public method

public type ( ) : Type
return Type

Property Details

HAS_DEFAULT public static property

public static int HAS_DEFAULT
return int