コード例 #1
0
 /// <summary>
 /// Get all instances of the type.
 /// </summary>
 /// <returns>A set of all instances. (There will be zero, or more instances in the Set.)</returns>
 public IEnumerable <T> AllInstances()
 {
     return(m_dataReader.AllInstances <T>(ClassId));
 }