C# Class PdbReader.Defs.Typedef

Inheritance: Def
显示文件 Open project: LibreCrops/cdef

Protected Properties

Property Type Description
_args string
_innerName string

Public Methods

Method Description
Output ( string indent, string tab ) : string
Typedef ( CBrace type, string innerName, string args ) : System

Protected Methods

Method Description
GetBody ( string indent, string tab ) : string

Method Details

GetBody() protected method

protected GetBody ( string indent, string tab ) : string
indent string
tab string
return string

Output() public method

public Output ( string indent, string tab ) : string
indent string
tab string
return string

Typedef() public method

public Typedef ( CBrace type, string innerName, string args ) : System
type PdbReader.Types.CBrace
innerName string
args string
return System

Property Details

_args protected_oe property

protected string _args
return string

_innerName protected_oe property

protected string _innerName
return string