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

Enumerates a group of keys.

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

Syntax

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

Parameters

group
String

[Missing <param name="group"/> documentation for "M:fCraft.MetadataCollection`1.GetGroup(System.String)"]

Return Value

[Missing <returns> documentation for "M:fCraft.MetadataCollection`1.GetGroup(System.String)"]

Remarks

Lock SyncRoot if this is used in a loop.

See Also