Interface IEnumerableValueProvider
Represents a special IValueProvider that has the ability to be enumerable.
public interface IEnumerableValueProvider : IValueProvider
- Inherited Members
Methods
GetKeysFromPrefix(string)
Gets the keys from the prefix.
IDictionary<string, string> GetKeysFromPrefix(string prefix)
Parameters
prefix
stringThe prefix.
Returns
- IDictionary<string, string>
The keys.