C# Class Brunet.Collections.CacheKey

Show file Open project: pstjuste/brunet Class Usage Examples

Public Properties

Property Type Description
Objects object[]

Public Methods

Method Description
CacheKey ( ) : System
Equals ( object o ) : bool
GetHashCode ( ) : int

Method Details

CacheKey() public method

public CacheKey ( ) : System
return System

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

Objects public property

public object[] Objects
return object[]