Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SecureDelete
ActionStore
C# Class SecureDelete.ActionStore
显示文件
Open project: gratianlup/SecureDelete
Public Methods
Method
Description
ActionStore
( ) :
System
Add
(
ActionStoreItem
item
) :
bool
Contains
(
string
name
) :
bool
Remove
(
string
name
) :
void
Method Details
ActionStore()
public
method
public
ActionStore
( ) :
System
return
System
Add()
public
method
public
Add
(
ActionStoreItem
item
) :
bool
item
ActionStoreItem
return
bool
Contains()
public
method
public
Contains
(
string
name
) :
bool
name
string
return
bool
Remove()
public
method
public
Remove
(
string
name
) :
void
name
string
return
void