PropertySymbol class PropertySymbol : MethodOrPropertySymbol Documentation Code public PropertyInfo AssociatedPropertyInfo { get; set; } public bool Bogus { get; set; } public MethodSymbol GetterMethod { get; set; } public MethodSymbol SetterMethod { get; set; } public PropertySymbol()