Inheritance
ObserverList<T>
public class ObserverList<T> : ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
Properties
Declaration
public int Count { get; }
Property Value
Declaration
public bool IsReadOnly { get; }
Property Value
Methods
Declaration
Parameters
Type |
Name |
Description |
T |
item |
|
Declaration
Declaration
public bool Contains(T item)
Parameters
Type |
Name |
Description |
T |
item |
|
Returns
Declaration
public void CopyTo(T[] array, int arrayIndex)
Parameters
Type |
Name |
Description |
T[] |
array |
|
Int32 |
arrayIndex |
|
Declaration
public IEnumerator<T> GetEnumerator()
Returns
Declaration
public bool Remove(T item)
Parameters
Type |
Name |
Description |
T |
item |
|
Returns
Extension Methods