C# 클래스 PdbReader.Defs.Def

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

보호된 프로퍼티들

프로퍼티 타입 설명
END_DEF string
_type PdbReader.Types.CBrace

공개 메소드들

메소드 설명
Def ( CBrace type ) : System
Output ( string indent, string tab ) : string

메소드 상세

Def() 공개 메소드

public Def ( CBrace type ) : System
type PdbReader.Types.CBrace
리턴 System

Output() 공개 추상적인 메소드

public abstract Output ( string indent, string tab ) : string
indent string
tab string
리턴 string

프로퍼티 상세

END_DEF 보호되어 있는 정적으로 프로퍼티

protected static string END_DEF
리턴 string

_type 보호되어 있는 프로퍼티

protected CBrace,PdbReader.Types _type
리턴 PdbReader.Types.CBrace