[Missing <summary> documentation for "T:VVVV.PluginInterfaces.V2.Resource`3"]

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public abstract class Resource<TDevice, TResource, TMetadata> : IDisposable
where TResource : IDisposable

Type Parameters

TDevice

[Missing <typeparam name="TDevice"/> documentation for "T:VVVV.PluginInterfaces.V2.Resource`3"]

TResource

[Missing <typeparam name="TResource"/> documentation for "T:VVVV.PluginInterfaces.V2.Resource`3"]

TMetadata

[Missing <typeparam name="TMetadata"/> documentation for "T:VVVV.PluginInterfaces.V2.Resource`3"]

Inheritance Hierarchy

System..::..Object
  VVVV.PluginInterfaces.V2..::..Resource<(Of <(<'TDevice, TResource, TMetadata>)>)>
    VVVV.PluginInterfaces.V2.EX9..::..DXResource<(Of <(<'TResource, TMetadata>)>)>

See Also