Click or drag to resize
ExpressionParserSelfAndBaseClasses Method

[Missing <summary> documentation for "M:System.Linq.Dynamic.ExpressionParser.SelfAndBaseClasses(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 IEnumerable<Type> SelfAndBaseClasses(
	Type type
)

Parameters

type
Type: SystemType

Return Value

Type: IEnumerableType
See Also