Table of Contents

Interface INodeEditor<T>

Namespace
NanoByte.StructureEditor
Assembly
NanoByte.StructureEditor.dll

Provides an interface to a control that edits a node in the structure.

public interface INodeEditor<T> : INodeEditor where T : class

Type Parameters

T

The type of object to edit.

Inherited Members

Properties

Target

The element to be edited.

[Browsable(false)]
T? Target { get; set; }

Property Value

T