IEnumerableValueProvider.GetKeysFromPrefix(String) Method

Definition

Gets the keys for a specific prefix.

public:
 System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ GetKeysFromPrefix(System::String ^ prefix);
public System.Collections.Generic.IDictionary<string,string> GetKeysFromPrefix (string prefix);
abstract member GetKeysFromPrefix : string -> System.Collections.Generic.IDictionary<string, string>
Public Function GetKeysFromPrefix (prefix As String) As IDictionary(Of String, String)

Parameters

prefix
String

The prefix to enumerate.

Returns

The keys for the prefix.

Applies to