[Missing <summary> documentation for "M:CWrapper.StrVector.Remove(System.String)"]

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

Syntax

C#
public bool Remove(
	string value
)
Visual Basic (Declaration)
Public Function Remove ( _
	value As String _
) As Boolean
Visual C++
public:
virtual bool Remove(
	String^ value
) sealed

Parameters

value
Type: System..::.String

[Missing <param name="value"/> documentation for "M:CWrapper.StrVector.Remove(System.String)"]

Return Value

[Missing <returns> documentation for "M:CWrapper.StrVector.Remove(System.String)"]

Implements

ICollection<(Of <(T>)>)..::.Remove(T)

See Also