C# Class Microsoft.CSharp.RuntimeBinder.SymbolTable.NameHashKey

Show file Open project: dotnet/corefx

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
NameHashKey ( Type type, string name ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

NameHashKey() public method

public NameHashKey ( Type type, string name ) : System
type System.Type
name string
return System