eDriven Framework API
DescribeComponentList Method (collection, describePaths)
NamespaceseDriven.Gui.UtilComponentUtilDescribeComponentList(List<(Of <<'(Component>)>>), Boolean)
eDriven Framework API
Prints out the component list
Declaration Syntax
C#Visual BasicVisual C++
public static string DescribeComponentList(
	List<Component> collection,
	bool describePaths
)
Public Shared Function DescribeComponentList ( _
	collection As List(Of Component), _
	describePaths As Boolean _
) As String
public:
static String^ DescribeComponentList(
	List<Component^>^ collection, 
	bool describePaths
)
Parameters
collection (List<(Of <(<'Component>)>)>)
describePaths (Boolean)

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)