Sanguosha.UI.Controls.CardChoiceLineViewModel.CardChoiceLineViewModel C# (CSharp) Метод

CardChoiceLineViewModel() публичный Метод

public CardChoiceLineViewModel ( ) : System
Результат System
        public CardChoiceLineViewModel()
        {
            cards = new ObservableCollection<CardViewModel>();
            Capacity = -1;
        }
CardChoiceLineViewModel