class ReadOnlyObservableCollection<T>
in global :: System . Collections . ObjectModel
Represents a read-only .
TThe type of elements in the collection.
public static ReadOnlyObservableCollection<T> Empty { get; }
😔 No documentation found.
public int Count { get; }
😔 No documentation found.
public T Item { get; }
😔 No documentation found.
public bool Contains( T value )
😔 No documentation found.
public void CopyTo( T[] array, int index )
😔 No documentation found.
public IEnumerator<T> GetEnumerator( )
😔 No documentation found.
public int IndexOf( T value )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public ReadOnlyObservableCollection<T>( ObservableCollection<T> list )
😔 No documentation found.