C# Class PdbReader.Types.CEnum

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

Public Properties

Property Type Description
_entries List

Public Methods

Method Description
Add ( string name, uint val ) : void
CEnum ( ) : System
ChildDef ( string indent, string tab ) : string

Method Details

Add() public method

public Add ( string name, uint val ) : void
name string
val uint
return void

CEnum() public method

public CEnum ( ) : System
return System

ChildDef() public method

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

Property Details

_entries public_oe property

public List _entries
return List