| IPropertyCollectionPropertyNames Method |
Gets the names from all existing properties.
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax IEnumerable<string> PropertyNames()
Function PropertyNames As IEnumerable(Of String)
Return Value
Type:
IEnumerableStringAn enumeration of strings.
See Also