C# 클래스 ApiParser.ApiNode

파일 보기 프로젝트 열기: JetBrains/resharper-unity 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ApiNode System
Load ApiNode
SelectMany IEnumerable
SelectOne ApiNode
Subsection IEnumerable
Wrap ApiNode
this ApiNode
this string

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a string that represents the current object.

비공개 메소드들

메소드 설명
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

메소드 상세

ToString() 공개 메소드

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