0
16
llucycodes42
Shortcut: propfull
propfull
0 Comments
private int backingField; public int PropertyName { get { return backingField;} set { backingField = value;} }