[Missing <summary> documentation for "T:CWrapper.IntVector"]
Assembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public class IntVector : IDisposable, IList<int>, ICollection<int>, IEnumerable<int>, IEnumerable |
Visual Basic (Declaration) |
---|
Public Class IntVector _ Implements IDisposable, IList(Of Integer), ICollection(Of Integer), _ IEnumerable(Of Integer), IEnumerable |
Visual C++ |
---|
public ref class IntVector : IDisposable, IList<int>, ICollection<int>, IEnumerable<int>, IEnumerable |