Click or drag to resize

ListStackTTryPeek Method (Int32, T)

[Missing <summary> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Misc.ListStack`1.TryPeek(System.Int32,`0@)"]

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Misc
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public bool TryPeek(
	int depth,
	out T item
)

Parameters

depth
Type: SystemInt32

[Missing <param name="depth"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Misc.ListStack`1.TryPeek(System.Int32,`0@)"]

item
Type: T

[Missing <param name="item"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Misc.ListStack`1.TryPeek(System.Int32,`0@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Misc.ListStack`1.TryPeek(System.Int32,`0@)"]

See Also