Beispiel #1
0
 bool IContainer <IGlyphComponent, IGlyphContainer, TComponent> .TryUnlink(TComponent child) => ContainerImplementation.TryUnlink(child);
Beispiel #2
0
 bool IContainer <IGlyphComponent> .TryLink(IGlyphComponent child) => ContainerImplementation.TryLink(child);
Beispiel #3
0
 void IContainer <IGlyphComponent, IGlyphContainer, TComponent> .Unlink(TComponent child) => ContainerImplementation.Unlink(child);
Beispiel #4
0
 void IContainer <IGlyphComponent> .Link(IGlyphComponent child) => ContainerImplementation.Link(child);