Interface INodeEditor<T>
Provides an interface to a control that edits a node in the structure.
Inherited Members
Namespace: NanoByte.StructureEditor
Assembly: NanoByte.StructureEditor.dll
Syntax
public interface INodeEditor<T> : INodeEditor where T : class
Type Parameters
Name | Description |
---|---|
T | The type of object to edit. |
Properties
Target
The element to be edited.
Declaration
T Target { get; set; }
Property Value
Type | Description |
---|---|
T |