5 using SiliconStudio.Presentation.View;
7 namespace SiliconStudio.Presentation.Quantum.View
15 public override bool Match(
object obj)
37 return type.IsAssignableFrom(node.Type) || type.IsInstanceOfType(node.
Value);
An abstract implementation of the ITemplateProvider interface.
object Value
Gets or sets the value.
A base class for implementations of ITemplateProvider that can provide templates for IObservableNode ...
static bool MatchType(IObservableNode node, Type type)
Indicates whether the given node matches the given type, either with the IObservableNode.Type property or the type of the IObservableNode.Value property.
override bool Match(object obj)
Indicates whether this instance of ITemplateProvider can provide a template for the given object...