iQQ.Net.WebQQCore.Im.Bean.QQCategory.GetBuddyCount C# (CSharp) Method

GetBuddyCount() public method

public GetBuddyCount ( ) : int
return int
        public int GetBuddyCount() => BuddyList?.Count ?? 0;
    }