C# Class PdbReader.Types.CTree

Inheritance: CBrace
Mostrar archivo Open project: LibreCrops/cdef

Protected Properties

Property Type Description
_entries List

Public Methods

Method Description
Add ( CType type, string name ) : void
Add ( CType type, string name, Offset offset ) : void
CTree ( ) : System
ChildDef ( string indent, string tab ) : string

Method Details

Add() public method

public Add ( CType type, string name ) : void
type CType
name string
return void

Add() public method

public Add ( CType type, string name, Offset offset ) : void
type CType
name string
offset Offset
return void

CTree() public method

public CTree ( ) : System
return System

ChildDef() public method

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

Property Details

_entries protected_oe property

protected List _entries
return List