Monday, June 20, 2016

ReadOnly?

Read Only members are basically used to set the constant value at runtime. Once value is assigned at runtime then you can’t change it later.We can declare read only members explicitly using static.

Eg:
    ReadOnly string name;

No comments:

Post a Comment