C# Class indice.Edi.Utilities.NameTable

ファイルを表示 Open project: indice-co/EDI.Net

Public Methods

Method Description
Add ( string key ) : string
Get ( char key, int start, int length ) : string

Private Methods

Method Description
AddEntry ( string str, int hashCode ) : string
Grow ( ) : void
NameTable ( ) : System
TextEquals ( string str1, char str2, int str2Start, int str2Length ) : bool

Method Details

Add() public method

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

Get() public method

public Get ( char key, int start, int length ) : string
key char
start int
length int
return string