vikas gupta
As we aware that properties are three types, read, write, and ReadWrite. Give me examples on all types of props?
By vikas gupta in Windows Forms on Apr 18 2009
  • Abbas Amiri
    Apr, 2009 20

    This is a example of three types of properties : public int ReadOnlyProperty { get; private set; } public int WriteOnlyProperty { private get; set; } public int ReadWriteProperty { get; set; }

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS