Browse Source

Added new ReadOnly keyword documentation.

woollybah 7 năm trước cách đây
mục cha
commit
16a68e91ad
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      blitz.mod/blitz.bmx

+ 5 - 0
blitz.mod/blitz.bmx

@@ -844,6 +844,11 @@ bbdoc: Denote a class, function or method as final
 keyword: "Final"
 End Rem
 
+Rem
+bbdoc: Denote a field as read only, where the value may only be set in its declaration or in the type constructor
+keyword: "ReadOnly"
+End Rem
+
 Rem
 bbdoc: Specify constraints on the types that can be used as arguments for a type parameter defined in a generic declaration
 keyword: "Where"