C# Class NSoft.NFramework.Collections.WeakReferenceWrapper

显示文件 Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Unwrap ( object wrapped ) : object
WeakReferenceWrapper ( object target ) : System
Wrap ( object target ) : WeakReferenceWrapper

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Unwrap() public static method

public static Unwrap ( object wrapped ) : object
wrapped object
return object

WeakReferenceWrapper() public method

public WeakReferenceWrapper ( object target ) : System
target object
return System

Wrap() public static method

public static Wrap ( object target ) : WeakReferenceWrapper
target object
return WeakReferenceWrapper