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