Base:
property
Type
System.Linq.Expressions.Expression.Type
2 references to Type
System.Linq.Expressions (2)
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
214public Type Type => _node.Type;
System\Linq\Expressions\LabelExpression.cs (1)
12/// <see cref="Type"/> equals System.Void, no value should be provided.