Interface IListProperty<TItemWrapper, TItem>
Represents a wrapper for a list property
Inherited Members
Namespace: TSD.API.Remoting.Common.Properties
Assembly: TSD.API.Remoting.dll
Syntax
public interface IListProperty<out TItemWrapper, out TItem> : IReadOnlyProperty<IEnumerable<TItemWrapper>> where TItemWrapper : IReadOnlyProperty<out TItem>
Type Parameters
| Name | Description |
|---|---|
| TItemWrapper | The type of item wrappers stored in the list |
| TItem | The type of items stored in the wrappers in the list |