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