C# 클래스 PdbReader.Types.CTree

상속: CBrace
파일 보기 프로젝트 열기: LibreCrops/cdef

보호된 프로퍼티들

프로퍼티 타입 설명
_entries List

공개 메소드들

메소드 설명
Add ( CType type, string name ) : void
Add ( CType type, string name, Offset offset ) : void
CTree ( ) : System
ChildDef ( string indent, string tab ) : string

메소드 상세

Add() 공개 메소드

public Add ( CType type, string name ) : void
type CType
name string
리턴 void

Add() 공개 메소드

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

CTree() 공개 메소드

public CTree ( ) : System
리턴 System

ChildDef() 공개 메소드

public ChildDef ( string indent, string tab ) : string
indent string
tab string
리턴 string

프로퍼티 상세

_entries 보호되어 있는 프로퍼티

protected List _entries
리턴 List