BlottoBeats.Library.Networking.BBRequest.RequestSongs.RequestSongs C# (CSharp) Метод

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

public RequestSongs ( int num ) : System
num int
Результат System
            public RequestSongs(int num)
                : base(null)
            {
                this.num = num;
                this.genre = null;
                this.username = null;
            }

Same methods

BBRequest.RequestSongs::RequestSongs ( int num, string genre, string username ) : System
BBRequest.RequestSongs