NDesk.Options Namespace : OptionAction<TKey,TValue> Delegate |
'Declaration
Public Delegate Sub OptionAction (Of TKey,TValue)( _ ByVal key As TKey, _ ByVal value As TValue _ )
'Usage
Dim instance As New OptionAction(Of TKey,TValue)(AddressOf HandlerMethod)
JScript does not support Generics.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2