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

Enumerates a group of keys.

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

Syntax

   
 C# 
public IEnumerable<MetadataEntry<TValue>> GetGroup(
	string group
)

Parameters

group
String

Remarks

Lock SyncRoot if this is used in a loop.

See Also