Click or drag to resize

layerStackPullT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Pulls the content from the best (topmost) layer and removes taken elements.

Namespace:  imbSCI.Data.collection.layers
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public List<T> Pull<T>(
	int pullLimit = -1,
	bool takeFromLower = false
)
Request Example View Source

Parameters

pullLimit (Optional)
Type: SystemInt32
The pull limit.
takeFromLower (Optional)
Type: SystemBoolean

Type Parameters

T

Return Value

Type: ListT
See Also