BattleDotNet.Objects.WoW.Auctions.Auctions C# (CSharp) Метод

Auctions() приватный Метод

private Auctions ( IEnumerable alliance, IEnumerable horde, IEnumerable neutral ) : System
alliance IEnumerable
horde IEnumerable
neutral IEnumerable
Результат System
        internal Auctions(IEnumerable<Auction> alliance, IEnumerable<Auction> horde, IEnumerable<Auction> neutral)
        {
            Alliance = alliance;
            Horde = horde;
            Neutral = neutral;
        }
Auctions