Locked Attribute
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.
Syntax
public LockedAttribute ()
Remarks
Example
C# Example
public IList<float>floatList;
|
Requirements
Namespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
Last updated
[Locked]