ArcFM Engine Developer Guide
OptionAction<TKey,TValue> Delegate


Syntax
'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)
public delegate void OptionAction<TKey,TValue>( 
   TKey key,
   TValue value
)

Parameters

key
value

Type Parameters

TKey
TValue
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

OptionAction<TKey,TValue> Members
NDesk.Options Namespace

 

 


Send Comment