C# 클래스 TreeViewExtensions, twinspire

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

공개 메소드들

메소드 설명
Descendants ( this c ) : IEnumerable
GetExpansionState ( this nodes ) : List
SetExpansionState ( this nodes, List savedExpansionState ) : void

메소드 상세

Descendants() 공개 정적인 메소드

public static Descendants ( this c ) : IEnumerable
c this
리턴 IEnumerable

GetExpansionState() 공개 정적인 메소드

public static GetExpansionState ( this nodes ) : List
nodes this
리턴 List

SetExpansionState() 공개 정적인 메소드

public static SetExpansionState ( this nodes, List savedExpansionState ) : void
nodes this
savedExpansionState List
리턴 void