| 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()
Function Groups As IEnumerable(Of String)
Return Value
Type:
IEnumerableStringAn enumeration of group names.
See Also