Initializes a new instance of the DXResource<(Of <(<'TResource, TMetadata>)>)> class

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

Syntax

C#
public DXResource(
	TMetadata metadata,
	Func<TMetadata, Device, TResource> createResourceFunc
)

Parameters

metadata
Type: TMetadata

[Missing <param name="metadata"/> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXResource`2.#ctor(`1,System.Func{`1,SlimDX.Direct3D9.Device,`0})"]

createResourceFunc
Type: System..::..Func<(Of <(<'TMetadata, Device, TResource>)>)>

[Missing <param name="createResourceFunc"/> documentation for "M:VVVV.PluginInterfaces.V2.EX9.DXResource`2.#ctor(`1,System.Func{`1,SlimDX.Direct3D9.Device,`0})"]

See Also