C# 클래스 Ty.PathTyRef

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

공개 프로퍼티들

프로퍼티 타입 설명
name string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
PathTyRef ( string name ) : System
Resolve ( TyRef ty ) : void
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

PathTyRef() 공개 메소드

public PathTyRef ( string name ) : System
name string
리턴 System

Resolve() 공개 메소드

public Resolve ( TyRef ty ) : void
ty TyRef
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

name 공개적으로 프로퍼티

public string name
리턴 string