Click or drag to resize
DynamicExpressionCreateClass Method (DynamicProperty)

[Missing <summary> documentation for "M:System.Linq.Dynamic.DynamicExpression.CreateClass(System.Linq.Dynamic.DynamicProperty[])"]

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public static Type CreateClass(
	params DynamicProperty[] properties
)

Parameters

properties
Type: System.Linq.DynamicDynamicProperty

Return Value

Type: Type
See Also