Click or drag to resize
DynamicExpressionCreateClass Method (IEnumerableDynamicProperty)

[Missing <summary> documentation for "M:System.Linq.Dynamic.DynamicExpression.CreateClass(System.Collections.Generic.IEnumerable{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(
	IEnumerable<DynamicProperty> properties
)

Parameters

properties
Type: System.Collections.GenericIEnumerableDynamicProperty

Return Value

Type: Type
See Also