Base:
property
Type
System.Linq.Expressions.Expression.Type
3 references to Type
System.Core (3)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
218public Type Type { get { return _node.Type; } }
Microsoft\Scripting\Ast\LabelExpression.cs (2)
28/// <see cref="Type"/> equals System.Void, no value should be provided. 45/// <returns>The <see cref="Type"/> that represents the static type of the expression.</returns>