JamItemIdListCollectionToArray Method |
Convert this object into an array representation.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public IJamItemIdList[] ToArray()
Public Function ToArray As IJamItemIdList()
public:
array<IJamItemIdList^>^ ToArray()
member ToArray : unit -> IJamItemIdList[]
Return Value
Type:
IJamItemIdListAn array that represents the data in this object.
See Also