C# 클래스 Ty.PointerTyRef

상속: TyRef
파일 보기 프로젝트 열기: YourLocalFax/OLD-Score

공개 프로퍼티들

프로퍼티 타입 설명
isMut bool
ty TyRef

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
PointerTyRef ( TyRef ty, bool isMut ) : System
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

PointerTyRef() 공개 메소드

public PointerTyRef ( TyRef ty, bool isMut ) : System
ty TyRef
isMut bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

isMut 공개적으로 프로퍼티

public bool isMut
리턴 bool

ty 공개적으로 프로퍼티

public TyRef,Ty ty
리턴 TyRef