Click or drag to resize
ClassFactoryCreateDynamicClass Method

[Missing <summary> documentation for "M:System.Linq.Dynamic.ClassFactory.CreateDynamicClass(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#
private Type CreateDynamicClass(
	DynamicProperty[] properties
)

Parameters

properties
Type: System.Linq.DynamicDynamicProperty

Return Value

Type: Type
See Also