MaxEntriesAttribute
MaxEntriesAttribute Class
Set the Maximum number of array values allowed.
Syntax
[System.AttributeUsage(System.AttributeTargets.Field)] public class MaxEntriesAttribute : Attribute
Member Details
MaxEntriesAttribute Constructor
Set the Maximum number of IList or IDictionary allowed.
Syntaxpublic MaxEntriesAttribute (int maxCount)
Parameters
maxCount
Remarks
Example
C# Example |
RequirementsNamespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
Last updated