C# Class Knot3.Game.Utilities.FileIndex

Afficher le fichier Open project: knot3/knot3-code Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string hash ) : void
Contains ( string hash ) : bool
FileIndex ( string filename ) : System.Collections.Generic
Remove ( string hash ) : void

Private Methods

Méthode Description
Save ( ) : void

Method Details

Add() public méthode

public Add ( string hash ) : void
hash string
Résultat void

Contains() public méthode

public Contains ( string hash ) : bool
hash string
Résultat bool

FileIndex() public méthode

public FileIndex ( string filename ) : System.Collections.Generic
filename string
Résultat System.Collections.Generic

Remove() public méthode

public Remove ( string hash ) : void
hash string
Résultat void