Click or drag to resize

collectionExtensionsAddRangeImb Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Dodaje niz objekata u niz ukoliko ih vec ne sadrzi lista - vraca podatak koliko je novih objekata ubaceno

Namespace:  imbSCI.Core.extensions.data
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static int AddRangeImb(
	this IList host,
	IEnumerable input
)
Request Example View Source

Parameters

host
Type: System.CollectionsIList
Lista u koju se ubacuju objekti
input
Type: System.CollectionsIEnumerable
Bilo koja IEnumerable kolekcija

Return Value

Type: Int32
Koliko je objekata ubaceno? posto ne ubacuje objekat koji je vec zadrzan u listi

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IList. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also