[Missing <summary> documentation for "M:CWrapper.LongVector.RemoveRange(System.Int32,System.Int32)"]

Namespace:  CWrapper
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void RemoveRange(
	int index,
	int count
)
Visual Basic (Declaration)
Public Sub RemoveRange ( _
	index As Integer, _
	count As Integer _
)
Visual C++
public:
void RemoveRange(
	int index, 
	int count
)

Parameters

index
Type: System..::.Int32

[Missing <param name="index"/> documentation for "M:CWrapper.LongVector.RemoveRange(System.Int32,System.Int32)"]

count
Type: System..::.Int32

[Missing <param name="count"/> documentation for "M:CWrapper.LongVector.RemoveRange(System.Int32,System.Int32)"]

See Also