C# 클래스 Pchp.CodeAnalysis.Symbols.MissingMetadataTypeSymbol

상속: ErrorTypeSymbol
파일 보기 프로젝트 열기: iolevel/peachpie 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_arity int
_mangleName bool
_name string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
MissingMetadataTypeSymbol ( string name, int arity, bool mangleName ) : Microsoft.CodeAnalysis

메소드 상세

MissingMetadataTypeSymbol() 공개 메소드

public MissingMetadataTypeSymbol ( string name, int arity, bool mangleName ) : Microsoft.CodeAnalysis
name string
arity int
mangleName bool
리턴 Microsoft.CodeAnalysis

프로퍼티 상세

_arity 보호되어 있는 프로퍼티

protected int _arity
리턴 int

_mangleName 보호되어 있는 프로퍼티

protected bool _mangleName
리턴 bool

_name 보호되어 있는 프로퍼티

protected string _name
리턴 string