C# Class ApiParser.ApiNode

显示文件 Open project: JetBrains/resharper-unity Class Usage Examples

Private Properties

Property Type Description
ApiNode System
Load ApiNode
SelectMany IEnumerable
SelectOne ApiNode
Subsection IEnumerable
Wrap ApiNode
this ApiNode
this string

Public Methods

Method Description
ToString ( ) : string

Returns a string that represents the current object.

Private Methods

Method Description
ApiNode ( [ node ) : System
Load ( [ path ) : ApiNode
SelectMany ( [ xpath ) : IEnumerable
SelectOne ( [ xpath ) : ApiNode
Subsection ( [ name ) : IEnumerable
Wrap ( [ node ) : ApiNode
this ( int index ) : ApiNode
this ( [ attributeName ) : string

Method Details

ToString() public method

Returns a string that represents the current object.
public ToString ( ) : string
return string