Initializes a new instance of the IntVector..::.IntVectorEnumerator class

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

Syntax

C#
public IntVectorEnumerator(
	IntVector collection
)
Visual Basic (Declaration)
Public Sub New ( _
	collection As IntVector _
)
Visual C++
public:
IntVectorEnumerator(
	IntVector^ collection
)

Parameters

collection
Type: CWrapper..::.IntVector

[Missing <param name="collection"/> documentation for "M:CWrapper.IntVector.IntVectorEnumerator.#ctor(CWrapper.IntVector)"]

See Also