ExprFieldInfo sealed class ExprFieldInfo : ExprWithType Documentation Code public FieldSymbol Field { get; } public AggregateType FieldType { get; } public ExprFieldInfo(FieldSymbol f, AggregateType ft, CType type)