Registrar<TRegistrable> public class Registrar<TRegistrable> Documentation Code public Registrar() public TOut GetHandler<TOut>(Type type) where TOut : TRegistrable public TOut GetHandler<TOut>(Type type, object[] args) where TOut : TRegistrable public TOut GetHandlerForObject<TOut>(object obj) where TOut : TRegistrable public Type GetHandlerType(Type viewType) public Type GetHandlerTypeForObject(object obj) public void Register(Type tview, Type trender)