C# 클래스 SimpleFramework.Xml.Stream.StreamReader.End

The End object is used to represent the end of an element. It is used by the core reader to determine which nodes are in context and which ones are out of context. This allows the input nodes to determine if it can read any more children.
상속: EventToken
파일 보기 프로젝트 열기: ngallagher/simplexml

공개 메소드들

메소드 설명
IsEnd ( ) : bool

This is true as this event represents an element end. Such events are required by the core reader to determine if a node is still in context. This helps to determine if there are any more children to be read from a specific node.

메소드 상세

IsEnd() 공개 메소드

This is true as this event represents an element end. Such events are required by the core reader to determine if a node is still in context. This helps to determine if there are any more children to be read from a specific node.
public IsEnd ( ) : bool
리턴 bool