Provides static methods for creating ManagedResource<TInfo,TResource> object.
public static class ManagedResource<TResource>TResource
The type of the resource.
Inheritance System.Object 🡒 ManagedResource
| Methods | |
|---|---|
| Create<TInfo>(TInfo) | Create a ManagedResource<TInfo,TResource> object |
| Create<TInfo>(TInfo[]) | Create a ManagedResource<TInfo,TResource> object with multiple infos. |