C# 클래스 Mite.ProjectProxy

Proxy for project class
Used for lazy loading of references
상속: Project
파일 보기 프로젝트 열기: ccellar/mite.net

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Compares this instance with the object provided in the parameter

GetHashCode ( ) : int

Serves as a hash function for this class.

메소드 상세

Equals() 공개 메소드

Compares this instance with the object provided in the parameter
public Equals ( object obj ) : bool
obj object The object for comparism.
리턴 bool

GetHashCode() 공개 메소드

Serves as a hash function for this class.
public GetHashCode ( ) : int
리턴 int