C# Class MsdnClient, msdn-browse

Mostrar archivo Open project: mono/msdn-browse

Public Methods

Method Description
OpenRead ( string s ) : Stream
OpenTree ( string s ) : Tree
OpenTreeNode ( string s ) : TreeNode

Method Details

OpenRead() public static method

public static OpenRead ( string s ) : Stream
s string
return Stream

OpenTree() public static method

public static OpenTree ( string s ) : Tree
s string
return Tree

OpenTreeNode() public static method

public static OpenTreeNode ( string s ) : TreeNode
s string
return TreeNode