LabelledCollectionAttribute.

LabelledCollectionAttribute(string) Constructor

Summary

Uses the member with the specified name to determine the labels of the collection elements.

If the member is a collection field, the values in that collection will be used as the element labels.

If the member is a method with a single int parameter and a non-void return type, it will be called with each element index to determine the label.

Syntax

public LabelledCollectionAttribute(string memberName)

Parameters

Name Type Description
memberName string

Return Value

Type Description
void