Click or drag to resize

oneOrMoreTAddition Operator (oneOrMoreT, IEnumerableT)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Dodaje sve elemente iz druge 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