ArcFM Responder Mobile Developer Guide
OptionSet Class
Members 






Object Model
OptionSet Class
Syntax
'Declaration
 
Public Class OptionSet 
   Inherits System.Collections.ObjectModel.KeyedCollection(Of String,Option)
'Usage
 
Dim instance As OptionSet
public class OptionSet : System.Collections.ObjectModel.KeyedCollection<string,Option> 
public class OptionSet = class(System.Collections.ObjectModel.KeyedCollection)
public class OptionSet extends System.Collections.ObjectModel.KeyedCollection
public __gc class OptionSet : public System.Collections.ObjectModel.KeyedCollection<string,Option> 
public ref class OptionSet : public System.Collections.ObjectModel.KeyedCollection<String,Option> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         NDesk.Options.OptionSet

Requirements

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

See Also

Reference

OptionSet Members
NDesk.Options Namespace

Send Feedback