C# Класс Squared.Game.Graph.GraphExtensionMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
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