C# Class ConsoleShared.ConsoleMacro

ファイルを表示 Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method 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 method

public Add ( string value ) : int
value string
return int

ConsoleMacro() public method

public ConsoleMacro ( ) : System.Collections.Generic
return System.Collections.Generic

Load() public method

public Load ( string name ) : ConsoleExecuteResult
name string
return ConsoleExecuteResult

Remove() public method

public Remove ( int key ) : void
key int
return void

RemoveLast() public method

public RemoveLast ( ) : void
return void

Save() public method

public Save ( string name ) : ConsoleExecuteResult
name string
return ConsoleExecuteResult