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.
- Assembly
- Kybernetik
.InspectorGadgets .dll - Namespace
- InspectorGadgets
.Attributes - Containing Type
- Labelled
Collection Attribute
Syntax
public LabelledCollectionAttribute(string memberName)
Parameters
Name | Type | Description |
---|---|---|
memberName | string |
Return Value
Type | Description |
---|---|
void |