Constructor TypeVisualizerAttribute
- Namespace
- Bonsai
- Assembly
- Bonsai.Core.dll
TypeVisualizerAttribute(Type)
Initializes a new instance of the TypeVisualizerAttribute class with the specified visualizer type.
public TypeVisualizerAttribute(Type visualizer)
Parameters
visualizer
TypeThe Type of a visualizer that can be used to display the type this attribute is bound to.
TypeVisualizerAttribute(string)
Initializes a new instance of the TypeVisualizerAttribute class with the specified visualizer type name.
public TypeVisualizerAttribute(string visualizerTypeName)