Click or drag to resize

layerCollectionPushT Method (IEnumerableT)

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
)
where T : class
Request Example View Source

Parameters

input
Type: System.Collections.GenericIEnumerableT

Type Parameters

T

Return Value

Type: ListT
See Also