mirror of
https://github.com/codewriter-packages/Tri-Inspector.git
synced 2025-01-22 08:18:49 -05:00
Fix type selector in reference gui
This commit is contained in:
parent
e3a127c335
commit
90b9ce05a3
@ -45,7 +45,6 @@ namespace TriInspector.Utilities
|
||||
{
|
||||
var types = TriReflectionUtilities
|
||||
.AllNonAbstractTypes
|
||||
.Where(type => type.IsPublic)
|
||||
.Where(type => !typeof(Object).IsAssignableFrom(type))
|
||||
.Where(type => _property.FieldType.IsAssignableFrom(type))
|
||||
.Where(type => type.GetConstructor(Type.EmptyTypes) != null)
|
||||
|
Loading…
Reference in New Issue
Block a user