C# Class NCldr.Types.OtherNumberingSystem

Exibir arquivo Open project: GuySmithFerrier/NCLDR Class Usage Examples

Public Methods

Method Description
Combine ( List combinedOtherNumberingSystems, List parentOtherNumberingSystems ) : List

Combine combines a list of child objects with a list of parent objects as necessary and returns the combined list of objects

Method Details

Combine() public static method

Combine combines a list of child objects with a list of parent objects as necessary and returns the combined list of objects
public static Combine ( List combinedOtherNumberingSystems, List parentOtherNumberingSystems ) : List
combinedOtherNumberingSystems List The List of child objects
parentOtherNumberingSystems List The List of parent objects
return List