Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IDynamicChildren.cs
2{
6 public interface IDynamicChildren
7 {
12 {
13 get;
14 }
15 }
16}
Interface for layout elements that generate children dynamically.
ILayoutElement[] DynamicChildren
Dynamic array of children
Base interface for all layout elements.