C# 클래스 PdbReader.Defs.Typedef

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

보호된 프로퍼티들

프로퍼티 타입 설명
_args string
_innerName string

공개 메소드들

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

보호된 메소드들

메소드 설명
GetBody ( string indent, string tab ) : string

메소드 상세

GetBody() 보호된 메소드

protected GetBody ( string indent, string tab ) : string
indent string
tab string
리턴 string

Output() 공개 메소드

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

Typedef() 공개 메소드

public Typedef ( CBrace type, string innerName, string args ) : System
type PdbReader.Types.CBrace
innerName string
args string
리턴 System

프로퍼티 상세

_args 보호되어 있는 프로퍼티

protected string _args
리턴 string

_innerName 보호되어 있는 프로퍼티

protected string _innerName
리턴 string