LimitedStack(T).Pop Method

T3000 CrossPlatform

LimitedStackTPop Method

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

Pop item

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public T Pop()
Public Function Pop As T

Dim instance As LimitedStack
Dim returnValue As T

returnValue = instance.Pop()

Return Value

Type: T

[Missing <returns> documentation for "M:FastColoredTextBoxNS.LimitedStack`1.Pop"]

See Also