JamItemIdListCollectionAddRange Method (IEnumerableIJamItemIdList) |
Adds a range of items.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public virtual void AddRange(
IEnumerable<IJamItemIdList> pCollection
)
Public Overridable Sub AddRange (
pCollection As IEnumerable(Of IJamItemIdList)
)
public:
virtual void AddRange(
IEnumerable<IJamItemIdList^>^ pCollection
)
abstract AddRange :
pCollection : IEnumerable<IJamItemIdList> -> unit
override AddRange :
pCollection : IEnumerable<IJamItemIdList> -> unit
Parameters
- pCollection
- Type: System.Collections.GenericIEnumerableIJamItemIdList
An IEnumerable<IJamItemIdList> of items to append to this instance.
Exceptions See Also