Click or drag to resize

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()

Return Value

Type: IEnumerableString
An enumeration of strings.
See Also