C# 클래스 OmniXaml.DependencySortingVisitor

상속: IVisitor
파일 보기 프로젝트 열기: AvaloniaUI/OmniXAML

공개 메소드들

메소드 설명
Visit ( OmniXaml.InstructionNode instructionNode ) : void

비공개 메소드들

메소드 설명
GetDirectives ( OmniXaml.InstructionNode instructionNode ) : IEnumerable
GetOthers ( OmniXaml.InstructionNode instructionNode ) : IEnumerable
GetSortableMembers ( OmniXaml.InstructionNode instructionNode ) : IEnumerable
IsDirective ( OmniXaml.InstructionNode node ) : bool
IsOther ( OmniXaml.InstructionNode node ) : bool
IsSortable ( OmniXaml.InstructionNode node ) : bool
ShortByDependencies ( List list ) : IEnumerable
SortNodesAccordingTo ( List list, IEnumerable sortedList ) : IEnumerable

메소드 상세

Visit() 공개 메소드

public Visit ( OmniXaml.InstructionNode instructionNode ) : void
instructionNode OmniXaml.InstructionNode
리턴 void