C# Class Knot3.Game.Utilities.FileIndex

Mostrar archivo Open project: knot3/knot3-code Class Usage Examples

Public Methods

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

Private Methods

Method Description
Save ( ) : void

Method Details

Add() public method

public Add ( string hash ) : void
hash string
return void

Contains() public method

public Contains ( string hash ) : bool
hash string
return bool

FileIndex() public method

public FileIndex ( string filename ) : System.Collections.Generic
filename string
return System.Collections.Generic

Remove() public method

public Remove ( string hash ) : void
hash string
return void