C# 클래스 SpellWork.TreeViewExtensions

파일 보기 프로젝트 열기: Warlord123/spellwork_cs

공개 메소드들

메소드 설명
GetMask ( this tv ) : uint[]

Returns the value of the collection of selected items

SetMask ( this tv, uint mask ) : void

Check items of the collection...

메소드 상세

GetMask() 공개 정적인 메소드

Returns the value of the collection of selected items
public static GetMask ( this tv ) : uint[]
tv this
리턴 uint[]

SetMask() 공개 정적인 메소드

Check items of the collection...
public static SetMask ( this tv, uint mask ) : void
tv this
mask uint
리턴 void