ReadOnlyToolOptions Class Members
In This Topic
The following tables list the members exposed by ReadOnlyToolOptions.
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Count |
Gets the number of items in the collection.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Item |
Gets the object in the collection referenced by the specified key.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Keys |
Gets the set of keys in the collection.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Values |
Gets the set of values in the collection.
|
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ContainsKey |
Gets if the specified key is in the collection.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetProperty<T> |
provide generic access to an option
|
Top
See Also