Interface IBindableCollection<T>
Represents a collection of objects that can be individually bound to a
Namespace: FastenUp.Runtime.Bindables
Assembly: cs.temp.dll.dll
Syntax
public interface IBindableCollection<out T> : IBindable
Type Parameters
Name | Description |
---|---|
T | The type of elements in the collection. |