C# Class FullInspector.InspectorButtonAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: jacobdufault/fullinspector

Public Methods

Method Description
InspectorButtonAttribute ( ) : System

Creates a button with a default name generated based off of the method name.

Method Details

InspectorButtonAttribute() public method

Creates a button with a default name generated based off of the method name.
public InspectorButtonAttribute ( ) : System
return System