C# Class Source.Hash

Afficher le fichier Open project: TelerikAcademy/Data-Structures-and-Algorithms Class Usage Examples

Méthodes publiques

Méthode Description
Add ( char c, int index ) : void
Hash ( string str, int n ) : System
Remove ( char c, int index ) : void

Method Details

Add() public méthode

public Add ( char c, int index ) : void
c char
index int
Résultat void

Hash() public méthode

public Hash ( string str, int n ) : System
str string
n int
Résultat System

Remove() public méthode

public Remove ( char c, int index ) : void
c char
index int
Résultat void