Click or drag to resize

layerCollectionPullT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Pulls the content (and removes it from the layer) specified pull limit.

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
)
Request Example View Source

Parameters

pullLimit (Optional)
Type: SystemInt32
The pull limit.

Type Parameters

T

Return Value

Type: ListT
See Also