C# Class indice.Edi.Utilities.NameTable

Afficher le fichier Open project: indice-co/EDI.Net

Méthodes publiques

Méthode Description
Add ( string key ) : string
Get ( char key, int start, int length ) : string

Private Methods

Méthode 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 méthode

public Add ( string key ) : string
key string
Résultat string

Get() public méthode

public Get ( char key, int start, int length ) : string
key char
start int
length int
Résultat string