[This is preliminary documentation and is subject to change.]

Finds a subset of key/value pairs that start with a given prefix.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)

Syntax

   
 C# 
public IEnumerable<KeyValuePair<string, T>> StartingWith(
	string prefix
)

Parameters

prefix
String
Key prefix.

Return Value

Enumeration of key/value pairs.

See Also