C# 클래스 NCldr.Types.OtherNumberingSystem

파일 보기 프로젝트 열기: GuySmithFerrier/NCLDR 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Combine() 공개 정적인 메소드

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
리턴 List