Esempio n. 1
0
 /// <summary>
 /// Get a list of all non-system dependencies for a given type.
 /// </summary>
 /// <param name="type">The type to interrogate</param>
 /// <returns>An enumerable of all the dependencies referenced by the specified type.</returns>
 public static IEnumerable <Type> GetDependencies(this Type type)
 {
     return(DDRIT.GetDependencies(type));
 }