2 references to RuntimeType
System.Core (2)
Microsoft\Scripting\Actions\DynamicMetaObject.cs (2)
135
/// <remarks>Represents the most specific type known about the object represented by the <see cref="DynamicMetaObject"/>. <see cref="
RuntimeType
"/> if runtime value is available, a type of the <see cref="Expression"/> otherwise.</remarks>
138
return
RuntimeType
?? Expression.Type;