[This is preliminary documentation and is subject to change.]

The OptionSet type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
ArgumentSources
Comparer
Gets the generic equality comparer that is used to determine equality of keys in the collection.
(Inherited from KeyedCollection<(Of <(<'String, Option>)>)>.)
Count
Gets the number of elements actually contained in the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Option>)>)>.)
Dictionary
Gets the lookup dictionary of the KeyedCollection<(Of <(<'TKey, TItem>)>)>.
(Inherited from KeyedCollection<(Of <(<'String, Option>)>)>.)
Item[([( TKey])])
Gets the element with the specified key.
(Inherited from KeyedCollection<(Of <(<'String, Option>)>)>.)
Item[([( Int32])])
Gets or sets the element at the specified index.
(Inherited from Collection<(Of <(<'Option>)>)>.)
Items
Gets a IList<(Of <(<'T>)>)> wrapper around the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Option>)>)>.)
MessageLocalizer

See Also