Skip to content

Commit c73a29d

Browse files
author
tznind
committed
Show base class too
1 parent 7c494f3 commit c73a29d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Showcase/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ static void Main(string[] args)
2020
};
2121

2222
tv.Table = new EnumerableTableSource<Type>(types,
23-
new Dictionary<string, Func<Type, object>> { { "Scenario (Enter to open, Esc to close/exit)", (t) => t.Name } }
23+
new Dictionary<string, Func<Type, object>> { { "Scenario (Enter to open, Esc to close/exit)", (t) => t.Name + $" ({t.BaseType?.Name})"} }
2424
);
2525

2626
tv.KeyBindings.ReplaceCommands(Key.Enter,Command.Activate);

0 commit comments

Comments
 (0)