Locked Attribute
Last updated
Last updated
Locks the IDictionary or IList properties so entries can not be added or removed.
[System.AttributeUsage(System.AttributeTargets.Field)] public class LockedAttribute : Attribute
Locks the IDictionary or IList properties so entries can not be added or removed.
Syntaxpublic LockedAttribute ()
Remarks
Example
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
C# Example