using System.Collections.Generic; public class FriendInfoDetail { public List friendList = new List(); public int friendCount; public int friendMaxCount; }