Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
SecureDelete
FilterStore
C# Class SecureDelete.FilterStore
Afficher le fichier
Open project: gratianlup/SecureDelete
Méthodes publiques
Méthode
Description
Add
(
FilterStoreItem
item
) :
bool
Contains
(
string
name
) :
bool
FilterStore
( ) :
System
Remove
(
string
name
) :
void
Method Details
Add()
public
méthode
public
Add
(
FilterStoreItem
item
) :
bool
item
FilterStoreItem
Résultat
bool
Contains()
public
méthode
public
Contains
(
string
name
) :
bool
name
string
Résultat
bool
FilterStore()
public
méthode
public
FilterStore
( ) :
System
Résultat
System
Remove()
public
méthode
public
Remove
(
string
name
) :
void
name
string
Résultat
void