Base:
property
Type
System.Linq.Expressions.Expression.Type
2 references to Type
System.Core (2)
Microsoft\Scripting\Ast\DebugInfoExpression.cs (1)
49
/// <returns>The <see cref="
Type
"/> that represents the static type of the expression.</returns>
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
127
public Type Type { get { return _node.
Type
; } }