Click or drag to resize

IGroupedPropertyCollectionGroups Method

Gets the groups in this collection.

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

Return Value

Type: IEnumerableString
An enumeration of group names.
See Also