C# Class Fan.Sys.FacetMeta

Inheritance: FanObj, Facet
Show file Open project: xored/f4 Class Usage Examples

Public Properties

Property Type Description
m_inherited bool

Public Methods

Method Description
@typeof ( ) : Type
make ( ) : FacetMeta
make ( Func func ) : FacetMeta
toStr ( ) : string

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

make() public static method

public static make ( ) : FacetMeta
return FacetMeta

make() public static method

public static make ( Func func ) : FacetMeta
func Func
return FacetMeta

toStr() public method

public toStr ( ) : string
return string

Property Details

m_inherited public property

public bool m_inherited
return bool