Here is how you create a readonly property: C#. public string AString { get { return "Some value"; } } Above, the property only has a "get" ...
確定! 回上一頁