The description found here is very short:
Denies access to objects via string literals.
Is there any additional documentation or an example?
This means that you cannot access objects using parenthesis notation. For instance:
object["property"]
Thus, a simple typo will cause an error and should therefore be avoided. Instead, strongly typed access is recommended.
Source: https://habr.com/ru/post/1247366/More articles:Application crashes if SQLite cursor has no results - androidOptimizing julia one-liner to do it as fast as python - pythonGoogle Analytics - Full Stack Report - androidHow to reference the Windows.Gaming.Input namespace - c #CNContactStore Number of Contact Records - iosHow to use https JGit authentication using Kerberos - javaHttp file download fails if you have been idle for too long after loading a page (asp.net mvc) - htmlAdd a special restriction to avoid duplicate rows with this condition? - sqlHow can I make my UIPickerView Multiline fast? - iosCustom template and ng-click Angular Formally - javascriptAll Articles