Click or drag to resize

ControlAssetTemplatePanelDescendantsT Method

Namespace:  AxiomCore2.Controls
Assembly:  AxiomCore2 (in AxiomCore2.dll) Version: 1.0.0
Syntax
C#
public IEnumerable<T> Descendants<T>(
	bool isDeep
)
where T : IControlBase

Parameters

isDeep
Type: SystemBoolean

Type Parameters

T

Return Value

Type: IEnumerableT

Implements

IControlParentDescendantsT(Boolean)
See Also