Version 3.3.0.1

ExactTypeMatcher class

Namespace: Sirenix.OdinInspector.Editor.TypeSearch
Assembly: Sirenix.OdinInspector.Editor
public class ExactTypeMatcher : TypeMatcher
Inheritance

Constructors

ExactTypeMatcher()
public ExactTypeMatcher()

Properties

Name
public override string Name { get; }

Methods

Match(Type[], ref Boolean)
public override Type Match(Type[] targets, ref bool stopMatching)
Parameters
System.Type[] targets

System.Boolean stopMatching

Returns
System.Type