C# 클래스 Squared.Game.Graph.GraphExtensionMethods

파일 보기 프로젝트 열기: sq/Fracture

공개 메소드들

메소드 설명
ReadGraph ( this reader ) : INode
ReadGraph ( this reader, ITypeResolver typeResolver ) : INode
Serialize ( this root, IGraphWriter writer ) : void
TraverseBreadthFirst ( this root ) : IEnumerable
TraverseDepthFirst ( this root ) : IEnumerable

메소드 상세

ReadGraph() 공개 정적인 메소드

public static ReadGraph ( this reader ) : INode
reader this
리턴 INode

ReadGraph() 공개 정적인 메소드

public static ReadGraph ( this reader, ITypeResolver typeResolver ) : INode
reader this
typeResolver ITypeResolver
리턴 INode

Serialize() 공개 정적인 메소드

public static Serialize ( this root, IGraphWriter writer ) : void
root this
writer IGraphWriter
리턴 void

TraverseBreadthFirst() 공개 정적인 메소드

public static TraverseBreadthFirst ( this root ) : IEnumerable
root this
리턴 IEnumerable

TraverseDepthFirst() 공개 정적인 메소드

public static TraverseDepthFirst ( this root ) : IEnumerable
root this
리턴 IEnumerable