AddEntryAttribute
Last updated
Last updated
[System.AttributeUsage(System.AttributeTargets.Field, AllowMultiple=true)] public class AddEntryAttribute :
Add an entry to the initial values in the parameter for IList and IDictionary
Syntaxpublic AddEntryAttribute ( entry)
See Also
Parameters
entry
IDictionary: the key of the entry. IList: the default value of the entry.
Remarks
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
Add an entry to the initial values in the parameter for IList and IDictionary
SyntaxSee Also
Parameters
key
IDictionary: the key of the entry. IList: the default value.
value
IDictionary: the default value of the entry. IList: ignored
Remarks
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
public AddEntryAttribute ( key, value)