Brunet.Collections.CacheKey.CacheKey C# (CSharp) Method

CacheKey() public method

public CacheKey ( ) : System
return System
  public CacheKey(params object[] objs) {
    Objects = objs;
  }