فهرست منبع

Added new ReadOnly keyword documentation.

woollybah 7 سال پیش
والد
کامیت
16a68e91ad
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  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"