Click or drag to resize
ExpressionParserAddInterface Method

[Missing <summary> documentation for "M:System.Linq.Dynamic.ExpressionParser.AddInterface(System.Collections.Generic.List{System.Type},System.Type)"]

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
private static void AddInterface(
	List<Type> types,
	Type type
)

Parameters

types
Type: System.Collections.GenericListType
type
Type: SystemType
See Also