C# Class Fanx.Fcode.FMethodVar

FMethodVar models one parameter or local variable in a FMethod.
Show file Open project: xored/f4 Class Usage Examples

Public Properties

Property Type Description
def FBuf
flags int
name string
type int

Public Methods

Method Description
IsParam ( ) : bool
read ( FStore input ) : FMethodVar

Method Details

IsParam() public method

public IsParam ( ) : bool
return bool

read() public method

public read ( FStore input ) : FMethodVar
input FStore
return FMethodVar

Property Details

def public property

public FBuf,Fanx.Fcode def
return FBuf

flags public property

public int flags
return int

name public property

public string name
return string

type public property

public int type
return int