C# Class NCldr.Types.Casing

Inheritance: ICloneable
Afficher le fichier Open project: GuySmithFerrier/NCLDR Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object

Clone clones the object

Combine ( Casing combinedCasing, Casing parentCasing ) : Casing

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

Method Details

Clone() public méthode

Clone clones the object
public Clone ( ) : object
Résultat object

Combine() public static méthode

Combine combines a child with a parent as necessary and returns the combined object
public static Combine ( Casing combinedCasing, Casing parentCasing ) : Casing
combinedCasing Casing The child object
parentCasing Casing The parent object
Résultat Casing