コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="UserLikesCollection"/> class.
 /// </summary>
 public UserLikesCollection()
 {
     Data = new List<Page>(); Paging = new Paging();
 }
コード例 #2
0
ファイル: FriendCollection.cs プロジェクト: uczenn/WakulRepo
 public FriendCollection()
 {
     Data = new List<FriendData>();
     Paging = new Paging();
 }