JamItemIdListCollectionAddRange(IEnumerableIJamItemIdList) Method |
Adds a range of items.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 IEnumerableIJamItemIdList
- An IEnumerable<IJamItemIdList> of items to append to this instance.
Exceptions
See Also