[Missing <summary> documentation for "M:CWrapper.CharVector.Repeat(System.Char,System.Int32)"]

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

Syntax

C#
public static CharVector Repeat(
	char value,
	int count
)
Visual Basic (Declaration)
Public Shared Function Repeat ( _
	value As Char, _
	count As Integer _
) As CharVector
Visual C++
public:
static CharVector^ Repeat(
	wchar_t value, 
	int count
)

Parameters

value
Type: System..::.Char

[Missing <param name="value"/> documentation for "M:CWrapper.CharVector.Repeat(System.Char,System.Int32)"]

count
Type: System..::.Int32

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

Return Value

[Missing <returns> documentation for "M:CWrapper.CharVector.Repeat(System.Char,System.Int32)"]

See Also