ExprProperty sealed class ExprProperty : ExprWithArgs Documentation Code public MethWithType MethWithTypeSet { get; } public Expr OptionalObjectThrough { get; } public PropWithType PropWithTypeSlot { get; } public ExprProperty(CType type, Expr pOptionalObjectThrough, Expr pOptionalArguments, ExprMemberGroup pMemberGroup, PropWithType pwtSlot, MethWithType mwtSet)