PeterO.DisposableLists
## PeterO.DisposableLists
public static class DisposableLists
Not documented yet.
Member Summary
[Create()](#Create)
- Not documented yet.[Create<T>(T) where T : System.IDisposableT](#Create_T_T_where_T_System_IDisposableT)
- Not documented yet.
public static PeterO.DisposableList Create();
Not documented yet.
Return Value:
A DisposableList(IDisposable) object.
public static PeterO.DisposableList<T> Create<T>( T obj) where T : System.IDisposableT;
Not documented yet.
Parameters:
-
obj: The parameter obj is a T object.
-
<T>: Any object type that implements IDisposable.
Return Value:
A DisposableList(T) object.