MaxEntriesAttribute

MaxEntriesAttribute Class

Set the Maximum number of array values allowed.

Syntax

[System.AttributeUsage(System.AttributeTargets.Field)] public class MaxEntriesAttribute : Attributearrow-up-right

Member Details

MaxEntriesAttribute Constructor

Set the Maximum number of IList or IDictionary allowed.

Syntax

public MaxEntriesAttribute (intarrow-up-right maxCount)

Parameters

maxCount

Remarks

Example

C# Example

|

Requirements

Namespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0



Last updated