C# Class NCldr.Types.ListPattern

Exibir arquivo Open project: GuySmithFerrier/NCLDR Class Usage Examples

Public Methods

Method Description
Combine ( ListPattern combinedListPatterns, ListPattern parentListPatterns ) : NCldr.Types.ListPattern[]

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

Method Details

Combine() public static method

Combine combines a child with a parent as necessary and returns the combined object
public static Combine ( ListPattern combinedListPatterns, ListPattern parentListPatterns ) : NCldr.Types.ListPattern[]
combinedListPatterns ListPattern The child object
parentListPatterns ListPattern The parent object
return NCldr.Types.ListPattern[]