Interface ITreeNodeRegistry<TRegistration>
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Cascading-parameter contract for tree containers that accept child node registrations.
public interface ITreeNodeRegistry<TRegistration> where TRegistration : TreeNodeRegistration
Type Parameters
TRegistration
Methods
Register(TRegistration)
Registers a child node with the container.
void Register(TRegistration registration)
Parameters
registrationTRegistration