get_children


Description:

public virtual Map<string,Object> get_children (Type type)

Retrieve a map of the children of a certain type.

 var children = ctr.get_children (typeof (Dcs.UI.Box));

Parameters:

type

class type to retrieve

Returns:

map of all objects of a certain class type