C# Class Fan.Sys.Param

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

Méthodes publiques

Свойство Type Description
HAS_DEFAULT int

Méthodes publiques

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

Method Details

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type

Param() public méthode

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

hasDefault() public méthode

public hasDefault ( ) : bool
Résultat bool

name() public méthode

public name ( ) : string
Résultat string

toStr() public méthode

public toStr ( ) : string
Résultat string

type() public méthode

public type ( ) : Type
Résultat Type

Property Details

HAS_DEFAULT public_oe static_oe property

public static int HAS_DEFAULT
Résultat int