Generates a graph from a FileStream.
Namespace: TreePlusSilverlight.GraphAssembly: TreePlusSilverlight (in TreePlusSilverlight.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- fileStream
- Type: System.IO FileStream
The FileStream for the graph-file.
Return Value
A List of all the Nodes and their corresponding Edges found in the graph-file.See Also