예제 #1
0
 GetEntityCollectionProperty(this ITrackable entity, PropertyInfo property)
 {
     return(entity.GetEntityCollectionProperty <IEnumerable <ITrackable> >(property));
 }