Click or drag to resize
IMyBufferedInputSourceSwapBufferedTextInput Method

[This is preliminary documentation and is subject to change.]

Swaps internal buffer with the one passed as argument. This swapping operation must be implemented in a thread safe manner. Buffer passed into the function will replaced by the internal buffer and returned in the same variable.

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
void SwapBufferedTextInput(
	ref List<char> swappedBuffer
)

Parameters

swappedBuffer
Type: System.Collections.GenericListChar

[Missing <param name="swappedBuffer"/> documentation for "M:VRage.IMyBufferedInputSource.SwapBufferedTextInput(System.Collections.Generic.List{System.Char}@)"]

See Also