ArcFM Solution Developer Guide
OptionSet Class
Members 


Product Availability
Required Licenses
.NET Assembly
Object Model
OptionSet Class
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
<System.Diagnostics.DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
<System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")>
Public Class OptionSet 
   Inherits System.Collections.ObjectModel.KeyedCollection(Of String,Option)
'Usage
 
Dim instance As OptionSet
[System.Reflection.DefaultMember("Item")]
[System.Diagnostics.DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
[System.Diagnostics.DebuggerDisplay("Count = {Count}")]
public class OptionSet : 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 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 Members
NDesk.Options Namespace

 

 


Send Comment