Click or drag to resize

layerCollectionPushT Method (T)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
If already contained returns false

Namespace:  imbSCI.Data.collection.layers
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public bool Push<T>(
	T el
)
where T : class
Request Example View Source

Parameters

el
Type: T
The el.

Type Parameters

T

Return Value

Type: Boolean
See Also