NDesk.Options : NDesk.Options Namespace

NDesk.Options

GIT Repository

OptionAction<TKey,TValue> Generic Delegate

A delegate that can refer to any method taking two arguments and returning void.

public delegate void OptionAction<TKey, TValue> (TKey key, TValue value)

Type Parameters

TKey
The first parameter type.
TValue
The second parameter type.

Parameters

key
A value of type TKey.
value
A value of type TValue.

Remarks

Use this to support NDesk.Options.Options accepting two values registered with:

Requirements

Namespace: NDesk.Options
Assembly: NDesk.Options (in NDesk.Options.dll)
Assembly Versions: 0.2.0.0, 0.2.1.0