Interface IInspector
Namespace: Ritchie.Toolbox.Debugging
Assembly: Ritchie.Toolbox.dll
Syntax
public interface IInspector
Methods
Begin(Widget)
Declaration
void Begin(Widget widget)
Parameters
| Type | Name | Description |
|---|---|---|
| Widget | widget |
Category(string)
Declaration
IInspectorCategory Category(string label)
Parameters
| Type | Name | Description |
|---|---|---|
| string | label |
Returns
| Type | Description |
|---|---|
| IInspectorCategory |
End()
Declaration
void End()