C# 클래스 Mono.CSharp.AbstractMessage

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
code int
location Mono.CSharp.Location

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int

보호된 메소드들

메소드 설명
AbstractMessage ( AbstractMessage aMsg ) : System
AbstractMessage ( int code, Mono.CSharp.Location loc, string msg, List extraInfo ) : System

메소드 상세

AbstractMessage() 보호된 메소드

protected AbstractMessage ( AbstractMessage aMsg ) : System
aMsg AbstractMessage
리턴 System

AbstractMessage() 보호된 메소드

protected AbstractMessage ( int code, Mono.CSharp.Location loc, string msg, List extraInfo ) : System
code int
loc Mono.CSharp.Location
msg string
extraInfo List
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

code 보호되어 있는 프로퍼티

protected int code
리턴 int

location 보호되어 있는 프로퍼티

protected Location,Mono.CSharp location
리턴 Mono.CSharp.Location