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