示例#1
0
 /// <summary>
 /// Searches for the specified object and returns the zero-based index of the object's occurance within the entire RelatedObjectList.
 /// </summary>
 /// <param name="item">The object to locate in the RelatedObjectList.</param>
 /// <returns></returns>
 public int IndexOf(TypeProjection item)
 {
     return(ProjectionList.IndexOf(item.CurrentObject));
 }