Class ListProperty<T>
public class ListProperty<T> : ListProperty, IListProperty<T>, IListProperty, IList, ICollection, IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
T
- Inheritance
-
ListProperty<T>
- Implements
-
IList<T>ICollection<T>IEnumerable<T>
- Inherited Members
- Extension Methods
Constructors
ListProperty(IBindingList)
public ListProperty(IBindingList backingList = null)
Parameters
backingListIBindingList
Methods
Add(T)
public void Add(T item)
Parameters
itemT
Contains(T)
public bool Contains(T item)
Parameters
itemT
Returns
CopyTo(T[], int)
public void CopyTo(T[] array, int arrayIndex)
Parameters
arrayT[]arrayIndexint
IndexOf(T)
public int IndexOf(T item)
Parameters
itemT
Returns
Insert(int, T)
public void Insert(int index, T item)
Parameters
indexintitemT
Remove(T)
public bool Remove(T item)
Parameters
itemT