IListOfPropertiesTItem Interface

Represents a wrapper for a list property containing writable properties

Namespace:  TSD.API.Remoting.Common.Properties
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IListOfProperties<TItem> : IListProperty<IProperty<TItem>, TItem>, 
	IReadOnlyProperty<IEnumerable<IProperty<TItem>>>, IReadOnlyList<IProperty<TItem>>, 
	IEnumerable<IProperty<TItem>>, IEnumerable, IReadOnlyCollection<IProperty<TItem>>

Type Parameters

TItem
The type of items stored in the wrappers in the list

The IListOfPropertiesTItem type exposes the following members.

Properties
See Also