C# Class Squared.Game.Graph.GraphExtensionMethods

Afficher le fichier Open project: sq/Fracture

Méthodes publiques

Méthode Description
ReadGraph ( this reader ) : INode
ReadGraph ( this reader, ITypeResolver typeResolver ) : INode
Serialize ( this root, IGraphWriter writer ) : void
TraverseBreadthFirst ( this root ) : IEnumerable
TraverseDepthFirst ( this root ) : IEnumerable

Method Details

ReadGraph() public static méthode

public static ReadGraph ( this reader ) : INode
reader this
Résultat INode

ReadGraph() public static méthode

public static ReadGraph ( this reader, ITypeResolver typeResolver ) : INode
reader this
typeResolver ITypeResolver
Résultat INode

Serialize() public static méthode

public static Serialize ( this root, IGraphWriter writer ) : void
root this
writer IGraphWriter
Résultat void

TraverseBreadthFirst() public static méthode

public static TraverseBreadthFirst ( this root ) : IEnumerable
root this
Résultat IEnumerable

TraverseDepthFirst() public static méthode

public static TraverseDepthFirst ( this root ) : IEnumerable
root this
Résultat IEnumerable