Exemplo n.º 1
0
 /// <summary>
 /// Get inheritance chain for given type.
 /// </summary>
 /// <param name="type">Type which inheritance chain is desired.</param>
 /// <returns>Founded inheritance chain if available, <c>null</c> otherwise.</returns>
 public InheritanceChain GetChain(TypeDescriptor type)
 {
     return(_manager.GetChain(type, References));
 }