Base:
property
Type
System.Linq.Expressions.Expression.Type
4 references to Type
System.Core (2)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
251public Type Type { get { return _node.Type; } }
Microsoft\Scripting\Ast\ListInitExpression.cs (1)
63/// <returns>The <see cref="Type"/> that represents the static type of the expression.</returns>
System.Data.Linq (2)
SqlClient\Query\QueryConverter.cs (2)
2705return new SqlClientArray(list.Type, this.typeProvider.From(list.Type), exprs, this.dominatingExpression);