Click or drag to resize
Signature Constructor
Initializes a new instance of the Signature class

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public Signature(
	IEnumerable<DynamicProperty> properties
)

Parameters

properties
Type: System.Collections.GenericIEnumerableDynamicProperty
See Also