C# 클래스 NSoft.NFramework.Collections.WeakReferenceWrapper

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

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
Unwrap ( object wrapped ) : object
WeakReferenceWrapper ( object target ) : System
Wrap ( object target ) : WeakReferenceWrapper

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Unwrap() 공개 정적인 메소드

public static Unwrap ( object wrapped ) : object
wrapped object
리턴 object

WeakReferenceWrapper() 공개 메소드

public WeakReferenceWrapper ( object target ) : System
target object
리턴 System

Wrap() 공개 정적인 메소드

public static Wrap ( object target ) : WeakReferenceWrapper
target object
리턴 WeakReferenceWrapper