Delegate ListProperty<TContainer, TElement>.Setter
Namespace: Unity.Properties
Syntax
public delegate void Setter(ref TContainer container, IList<TElement> value);
Parameters
| Type | Name | Description |
|---|---|---|
| TContainer | container | |
| System.Collections.Generic.IList<TElement> | value |