Microsoft.CSharp.RuntimeBinder.Semantics.ExprPropertyInfo
namespace Microsoft.CSharp.RuntimeBinder.Semantics
{
internal sealed class ExprPropertyInfo : ExprWithType
{
public PropWithType Property { get; }
public PropertyInfo PropertyInfo { get; }
public ExprPropertyInfo(CType type, PropertySymbol propertySymbol, AggregateType propertyType);
}
}