[Missing <summary> documentation for "T:CWrapper.StrVector"]

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

Syntax

C#
public class StrVector : IDisposable, IList<string>, 
	ICollection<string>, IEnumerable<string>, IEnumerable
Visual Basic (Declaration)
Public Class StrVector _
	Implements IDisposable, IList(Of String),  _
	ICollection(Of String), IEnumerable(Of String), IEnumerable
Visual C++
public ref class StrVector : IDisposable, 
	IList<String^>, ICollection<String^>, IEnumerable<String^>, 
	IEnumerable

Inheritance Hierarchy

System..::.Object
  CWrapper..::.StrVector

See Also