C# Class Moq.Interceptor.ExpressionKey

Exibir arquivo Open project: moq/moq4

Public Methods

Method Description
Equals ( object obj ) : bool
ExpressionKey ( string fixedString, List values ) : System
GetHashCode ( ) : int

Method Details

Equals() public method

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

ExpressionKey() public method

public ExpressionKey ( string fixedString, List values ) : System
fixedString string
values List
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int