C# Class PdbReader.Types.CType

显示文件 Open project: LibreCrops/cdef Class Usage Examples

Public Methods

Method Description
Define ( string var, string indent, string tab ) : string
UnwrapTo ( IWrapVisitor visitor, CTerm &core ) : void

Protected Methods

Method Description
MaybeSpace ( string s ) : string

Private Methods

Method Description
Decorate ( string var, CTerm &core ) : string
TryGetPrefix ( CType t ) : string

Method Details

Define() public method

public Define ( string var, string indent, string tab ) : string
var string
indent string
tab string
return string

MaybeSpace() protected static method

protected static MaybeSpace ( string s ) : string
s string
return string

UnwrapTo() public method

public UnwrapTo ( IWrapVisitor visitor, CTerm &core ) : void
visitor IWrapVisitor
core CTerm
return void