Interface IListElementProperty
Interface over a property representing a list element.
Namespace: Unity.Properties
Syntax
public interface IListElementProperty : ICollectionElementProperty
Properties
Index
The index of this property in the list.
Declaration
int Index { get; }
Property Value
Type | Description |
---|---|
Int32 |