wManager.Wow.Helpers Namespace
wManager.Wow.ObjectManager Namespace
WRobot

ObjectManager..::..GetWoWUnitVendor Method (List<(Of <(<'WoWUnit>)>)>)

Gets units vendor.

Namespace:  wManager.Wow.ObjectManager
Assembly:  wManager (in wManager.dll)

Syntax


public static List<WoWUnit> GetWoWUnitVendor(
	List<WoWUnit> listWoWUnit
)
Public Shared Function GetWoWUnitVendor ( _
	listWoWUnit As List(Of WoWUnit) _
) As List(Of WoWUnit)
public:
static List<WoWUnit^>^ GetWoWUnitVendor(
	List<WoWUnit^>^ listWoWUnit
)

Parameters

listWoWUnit
Type: List<(Of <(<'WoWUnit>)>)>
The list.

Return Value

List<WoWUnit>.