Click or drag to resize

layerStackPushT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Pushes the specified items, and returns the items refused (already inside - or - by other criterion)

Namespace:  imbSCI.Data.collection.layers
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public List<T> Push<T>(
	IEnumerable<T> input,
	int layer_id,
	bool leakToLower = false
)
where T : class
Request Example View Source

Parameters

input
Type: System.Collections.GenericIEnumerableT
The input.
layer_id
Type: SystemInt32
The layer identifier.
leakToLower (Optional)
Type: SystemBoolean
if set to true it will try to Push the items into next lower layer.

Type Parameters

T

Return Value

Type: ListT
See Also