Interface ITargetContainerInject<T>
- Namespace
- NanoByte.StructureEditor
- Assembly
- NanoByte.StructureEditor.dll
Implement this interface in addition to INodeEditor<T> in order to get the target's container injected.
public interface ITargetContainerInject<T> where T : class
Type Parameters
T
The type of the container.
Properties
TargetContainer
The Target's container.
[Browsable(false)]
T? TargetContainer { get; set; }
Property Value
- T