IOptionsCollection Interface
Represents a collection of options and its values with a convenient methods to get read/write access to them.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public interface IOptionsCollection : IEnumerable<KeyValuePair<string, string>>,
IEnumerable
Public Interface IOptionsCollection
Inherits IEnumerable(Of KeyValuePair(Of String, String)),
IEnumerable
public interface class IOptionsCollection : IEnumerable<KeyValuePair<String^, String^>>,
IEnumerable
type IOptionsCollection =
interface
interface IEnumerable<KeyValuePair<string, string>>
interface IEnumerable
end
- Implements
- IEnumerable<KeyValuePair<String, String>>, IEnumerable
Item |
Gets or sets a string representation of the option value.
|