PeterO.DisposableLists

PeterO.DisposableLists

public static class DisposableLists

Not documented yet.

Member Summary

Create

public static PeterO.DisposableList Create();

Not documented yet.

Return Value:

A DisposableList(IDisposable) object.

Create

public static PeterO.DisposableList<T> Create<T>(
    T obj)
    where T : System.IDisposableT;

Not documented yet.

Parameters:

Return Value:

A DisposableList(T) object.

Back to petero-csharp start page.