Click or drag to resize

GroupedPropertyCollectionGroupsByCategory Method

Gets all groups, marked with the specified category.

Namespace:  Mastersign.Bench.PropertyCollections
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public IEnumerable<string> GroupsByCategory(
	string category
)

Parameters

category
Type: SystemString
The category.

Return Value

Type: IEnumerableString
An enumeration of group names.

Implements

IGroupedPropertyCollectionGroupsByCategory(String)
See Also