ArcFM Engine Developer Guide
Add<TKey,TValue>(String,OptionAction<TKey,TValue>) Method


Syntax
'Declaration
 
Public Overloads Function Add
    (Of TKey,TValue)( _
   ByVal prototype As String, _
   ByVal action As NDesk.Options.OptionAction(Of TKey,TValue) _
) As OptionSet
'Usage
 
Dim instance As OptionSet
Dim prototype As String
Dim action As NDesk.Options.OptionAction(Of TKey,TValue)
Dim value As OptionSet
 
value = instance.Add(Of TKey, TValue)(prototype, action)
public OptionSet Add<TKey,TValue>( 
   string prototype,
   NDesk.Options.OptionAction<TKey,TValue> action
)

Parameters

prototype
action

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

OptionSet Class
OptionSet Members
Overload List

 

 


Send Comment