C# Class Microsoft.CSharp.RuntimeBinder.Semantics.SYMTBL.Key

显示文件 Open project: dotnet/corefx

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Key ( Name name, Microsoft.CSharp.RuntimeBinder.Semantics.ParentSymbol parent ) : System.Collections.Generic

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Key() public method

public Key ( Name name, Microsoft.CSharp.RuntimeBinder.Semantics.ParentSymbol parent ) : System.Collections.Generic
name Microsoft.CSharp.RuntimeBinder.Syntax.Name
parent Microsoft.CSharp.RuntimeBinder.Semantics.ParentSymbol
return System.Collections.Generic