You are here: Start » SafeList<T> Class

SafeList<T> Class

Namespace:AvlNet
Assembly:Avl.Net.TS.dll

Constructors

 ConstructorDescription
SafeList<T>()
SafeList<T>(IEnumerable<T>)

Properties

 NameTypeDescription
CountSystem.Int32
IsDisposedSystem.Boolean
ItemT

Methods

 NameDescription
AddRange(IEnumerable<T>)
Add(T)
Clear()
Contains(T)
CopyTo(T[], int)
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
GetEnumerator()
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
IndexOf(T)
Insert(int, T)
Release()
Release(int)
RemoveAt(int)
Remove(T)
ToString()Inherited from System.Object

See also