Click or drag to resize

oneOrMoreTSubtraction Operator (oneOrMoreT, IEnumerableT)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Oduzima sve clanove iz prosledjene kolekcije

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static oneOrMore<T> operator -(
	oneOrMore<T> col,
	IEnumerable<T> newItem
)
Request Example View Source

Parameters

col
Type: imbSCI.Core.collectiononeOrMoreT
newItem
Type: System.Collections.GenericIEnumerableT

Return Value

Type: oneOrMoreT
See Also