C# Class PdbReader.Types.CTree

Inheritance: CBrace
Afficher le fichier Open project: LibreCrops/cdef

Protected Properties

Свойство Type Description
_entries List

Méthodes publiques

Méthode 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 méthode

public Add ( CType type, string name ) : void
type CType
name string
Résultat void

Add() public méthode

public Add ( CType type, string name, Offset offset ) : void
type CType
name string
offset Offset
Résultat void

CTree() public méthode

public CTree ( ) : System
Résultat System

ChildDef() public méthode

public ChildDef ( string indent, string tab ) : string
indent string
tab string
Résultat string

Property Details

_entries protected_oe property

protected List _entries
Résultat List