You are here: Start » FIL.NET » DisposableList<T> Class
DisposableList<T> Class
Namespace: | Fil |
---|---|
Assembly: | FilNet.Types.dll |
Constructors
Constructor | Description | |
---|---|---|
![]() | DisposableList<T>() | |
![]() | DisposableList<T>(IEnumerable<T>) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Count | System.Int32 | |
![]() | IsReadOnly | System.Boolean | |
![]() | Item | T |
Methods
Name | Description | |
---|---|---|
![]() | 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 |