ReadOnlyToolOptions Class Members
In This Topic
The following tables list the members exposed by ReadOnlyToolOptions.
Public Properties
| Name | Description |
| Count |
Gets the number of items in the collection.
|
| Item |
Gets the object in the collection referenced by the specified key.
|
| Keys |
Gets the set of keys in the collection.
|
| Values |
Gets the set of values in the collection.
|
Top
Public Methods
| Name | Description |
| ContainsKey |
Gets if the specified key is in the collection.
|
| GetProperty<T> |
provide generic access to an option
|
Top
See Also