C# Class ConsoleShared.ConsoleMacro

Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string value ) : int
ConsoleMacro ( ) : System.Collections.Generic
Load ( string name ) : ConsoleExecuteResult
Remove ( int key ) : void
RemoveLast ( ) : void
Save ( string name ) : ConsoleExecuteResult

Method Details

Add() public méthode

public Add ( string value ) : int
value string
Résultat int

ConsoleMacro() public méthode

public ConsoleMacro ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Load() public méthode

public Load ( string name ) : ConsoleExecuteResult
name string
Résultat ConsoleExecuteResult

Remove() public méthode

public Remove ( int key ) : void
key int
Résultat void

RemoveLast() public méthode

public RemoveLast ( ) : void
Résultat void

Save() public méthode

public Save ( string name ) : ConsoleExecuteResult
name string
Résultat ConsoleExecuteResult