Delegate ListProperty<TContainer, TElement>.Getter
Namespace: Unity.Properties
Syntax
public delegate IList<TElement> Getter(ref TContainer container);
Parameters
Type | Name | Description |
---|---|---|
TContainer | container |
Returns
Type | Description |
---|---|
IList<TElement> |