You are here: Start » FIL.NET » DisposableList<T> Class

DisposableList<T> Class

Namespace:Fil
Assembly:FilNet.Types.dll

Constructors

 ConstructorDescription
DisposableList<T>()
DisposableList<T>(IEnumerable<T>)

Properties

 NameTypeDescription
CountSystem.Int32
IsReadOnlySystem.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)
ReleaseAt(int)
Release()
RemoveAt(int)
Remove(T)
ToString()Inherited from System.Object

See also