C# 클래스 Mono.Collections.Generic.RBTreeExtensions

파일 보기 프로젝트 열기: vosen/kora

공개 메소드들

메소드 설명
FirstNode ( this tree ) : RBTree.Node
LastNode ( this node ) : RBTree.Node

메소드 상세

FirstNode() 공개 정적인 메소드

public static FirstNode ( this tree ) : RBTree.Node
tree this
리턴 RBTree.Node

LastNode() 공개 정적인 메소드

public static LastNode ( this node ) : RBTree.Node
node this
리턴 RBTree.Node