C# 클래스 SecureDelete.ActionStore

파일 보기 프로젝트 열기: gratianlup/SecureDelete

공개 메소드들

메소드 설명
ActionStore ( ) : System
Add ( ActionStoreItem item ) : bool
Contains ( string name ) : bool
Remove ( string name ) : void

메소드 상세

ActionStore() 공개 메소드

public ActionStore ( ) : System
리턴 System

Add() 공개 메소드

public Add ( ActionStoreItem item ) : bool
item ActionStoreItem
리턴 bool

Contains() 공개 메소드

public Contains ( string name ) : bool
name string
리턴 bool

Remove() 공개 메소드

public Remove ( string name ) : void
name string
리턴 void