[Missing <summary> documentation for "M:NDXVUMeterNET.DXVUMeterNETGDI.DevicesCollection.Insert(System.Int32,NDXVUMeterNET.DXVUMeterNETGDI.DevicesCollection.Device)"]

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public void Insert(
	int index,
	DXVUMeterNETGDI..::..DevicesCollection..::..Device item
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	item As DXVUMeterNETGDI..::..DevicesCollection..::..Device _
)
Visual C++
public:
virtual void Insert(
	int index, 
	DXVUMeterNETGDI..::..DevicesCollection..::..Device^ item
) sealed

Parameters

index
Type: System..::..Int32

[Missing <param name="index"/> documentation for "M:NDXVUMeterNET.DXVUMeterNETGDI.DevicesCollection.Insert(System.Int32,NDXVUMeterNET.DXVUMeterNETGDI.DevicesCollection.Device)"]

item
Type: NDXVUMeterNET..::..DXVUMeterNETGDI..::..DevicesCollection..::..Device

[Missing <param name="item"/> documentation for "M:NDXVUMeterNET.DXVUMeterNETGDI.DevicesCollection.Insert(System.Int32,NDXVUMeterNET.DXVUMeterNETGDI.DevicesCollection.Device)"]

Implements

IList<(Of <(<'T>)>)>..::..Insert(Int32, T)

See Also