Click or drag to resize
ClassFactoryGenerateProperties Method

[Missing <summary> documentation for "M:System.Linq.Dynamic.ClassFactory.GenerateProperties(System.Reflection.Emit.TypeBuilder,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 FieldInfo[] GenerateProperties(
	TypeBuilder tb,
	DynamicProperty[] properties
)

Parameters

tb
Type: System.Reflection.EmitTypeBuilder
properties
Type: System.Linq.DynamicDynamicProperty

Return Value

Type: FieldInfo
See Also