Click or drag to resize

GroupedPropertyCollectionGroups 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
public IEnumerable<string> Groups()

Return Value

Type: IEnumerableString
An enumeration of group names.

Implements

IGroupedPropertyCollectionGroups
See Also