C# 클래스 TVSorter.XmlExtensions

파일 보기 프로젝트 열기: a-jackson/tvsorter

공개 메소드들

메소드 설명
InsertAt ( this node, XmlNode insertingNode, int index ) : void

메소드 상세

InsertAt() 공개 정적인 메소드

public static InsertAt ( this node, XmlNode insertingNode, int index ) : void
node this
insertingNode System.Xml.XmlNode
index int
리턴 void