Entries Attribute
Last updated
Last updated
List of entries to populate IList or IDictionary properties with.
[System.AttributeUsage(System.AttributeTargets.Field)] public class EntriesAttribute :
List of entries to populate IList or IDictionary properties with.
Syntaxpublic EntriesAttribute (params [] entries)
Parameters
entries
Remarks
Example
C# Example