 | IControlParentDescendantsT Method |
Namespace:
AxiomCore2.Controls
Assembly:
AxiomCore2 (in AxiomCore2.dll) Version: 1.0.0
SyntaxIEnumerable<T> Descendants<T>(
bool isDeep
)
where T : IControlBase
Parameters
- isDeep
- Type: SystemBoolean
Type Parameters
- T
Return Value
Type:
IEnumerableT
See Also