Click or drag to resize

PropertyCollectionPropertyNames 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
public IEnumerable<string> PropertyNames()

Return Value

Type: IEnumerableString
An enumeration of strings.

Implements

IPropertyCollectionPropertyNames
See Also