LinearLayout.this - multiple declarations

Function LinearLayout.this

empty parameter list constructor - for usage by factory

this();

Function LinearLayout.this

create with ID parameter and orientation

this(
  string ID,
  Orientation orientation = Orientation.Vertical
);