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