NDesk.Options

GIT Repository

NDesk.Options : NDesk.Options Namespace

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: