| IGroupedPropertyCollectionGroupsByCategory 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 IEnumerable<string> GroupsByCategory(
string category
)
Function GroupsByCategory (
category As String
) As IEnumerable(Of String)
Parameters
- category
- Type: SystemString
The category.
Return Value
Type:
IEnumerableStringAn enumeration of group names.
See Also