Click or drag to resize

PropertyDescriptionList Constructor (IEnumerablePropertyDescription)

Initializes a new instance of the PropertyDescriptionList class.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public PropertyDescriptionList(
	IEnumerable<PropertyDescription> properties
)

Parameters

properties
Type: System.Collections.GenericIEnumerablePropertyDescription
The list of properties.
See Also