3 namespace SiliconStudio.Presentation.View
11 public override string Name {
get {
return "Default"; } }
14 public override bool Match(
object obj)
A default implementation of the ITemplateProvider interface that matches any object.
An abstract implementation of the ITemplateProvider interface.
override bool Match(object obj)
Indicates whether this instance of ITemplateProvider can provide a template for the given object...