C# Class Microsoft.CSharp.RuntimeBinder.Syntax.NameTable

Exibir arquivo Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Add ( string key ) : Name
Lookup ( string key ) : Name

Private Methods

Method Description
Add ( Name name ) : void
AddEntry ( Name name, int hashCode ) : Name
ComputeHashCode ( string key ) : int
Grow ( ) : void
NameTable ( )

Method Details

Add() public method

public Add ( string key ) : Name
key string
return Name

Lookup() public method

public Lookup ( string key ) : Name
key string
return Name