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.

Syntax

public EntriesAttribute (params object[] entries)

Parameters

entries

Remarks

Example

C# Example

Last updated