コード例 #1
0
 public _IList_116(ReadOnlyList <E> list)
 {
     this.list = list;
 }
コード例 #2
0
 /// <returns>
 /// a
 /// <see cref="System.Collections.IList{E}"/>
 /// view of the given list.
 /// </returns>
 public static IList <E> AsList <E>(ReadOnlyList <E> list)
 {
     return(new _IList_116(list));
 }