C# Class Fan.Sys.Field

Field is a slot which "stores" a value.
Inheritance: Slot
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
@typeof ( ) : Type
Field ( Type parent, string name, int flags, Facets facets, int lineNum, Type type ) : System
get ( ) : object
get ( object instance ) : object
makeSetFunc ( Map map ) : Func
set ( object instance, object value ) : void
set ( object instance, object value, bool checkConst ) : void
signature ( ) : string
trap ( string name, List args ) : object
type ( ) : Type

Private Methods

Méthode Description
unbox ( object val ) : object

Method Details

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type

Field() public méthode

public Field ( Type parent, string name, int flags, Facets facets, int lineNum, Type type ) : System
parent Type
name string
flags int
facets Facets
lineNum int
type Type
Résultat System

get() public méthode

public get ( ) : object
Résultat object

get() public méthode

public get ( object instance ) : object
instance object
Résultat object

makeSetFunc() public static méthode

public static makeSetFunc ( Map map ) : Func
map Map
Résultat Func

set() public méthode

public set ( object instance, object value ) : void
instance object
value object
Résultat void

set() public méthode

public set ( object instance, object value, bool checkConst ) : void
instance object
value object
checkConst bool
Résultat void

signature() public méthode

public signature ( ) : string
Résultat string

trap() public méthode

public trap ( string name, List args ) : object
name string
args List
Résultat object

type() public méthode

public type ( ) : Type
Résultat Type