C# Class NCldr.Types.Layout

Inheritance: ICloneable
Exibir arquivo Open project: GuySmithFerrier/NCLDR Class Usage Examples

Public Methods

Method Description
Clone ( ) : object

Clone clones the object

Combine ( Layout combinedLayout, Layout parentLayout ) : Layout

Combine combines a child with a parent as necessary and returns the combined object

Method Details

Clone() public method

Clone clones the object
public Clone ( ) : object
return object

Combine() public static method

Combine combines a child with a parent as necessary and returns the combined object
public static Combine ( Layout combinedLayout, Layout parentLayout ) : Layout
combinedLayout Layout The child object
parentLayout Layout The parent object
return Layout