C# 클래스 PdbReader.Types.CEnum

상속: CBrace
파일 보기 프로젝트 열기: LibreCrops/cdef 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_entries List

공개 메소드들

메소드 설명
Add ( string name, uint val ) : void
CEnum ( ) : System
ChildDef ( string indent, string tab ) : string

메소드 상세

Add() 공개 메소드

public Add ( string name, uint val ) : void
name string
val uint
리턴 void

CEnum() 공개 메소드

public CEnum ( ) : System
리턴 System

ChildDef() 공개 메소드

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

프로퍼티 상세

_entries 공개적으로 프로퍼티

public List _entries
리턴 List