C# Class PdbReader.Defs.Def

显示文件 Open project: LibreCrops/cdef

Protected Properties

Property Type Description
END_DEF string
_type PdbReader.Types.CBrace

Public Methods

Method Description
Def ( CBrace type ) : System
Output ( string indent, string tab ) : string

Method Details

Def() public method

public Def ( CBrace type ) : System
type PdbReader.Types.CBrace
return System

Output() public abstract method

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

Property Details

END_DEF protected_oe static_oe property

protected static string END_DEF
return string

_type protected_oe property

protected CBrace,PdbReader.Types _type
return PdbReader.Types.CBrace