C# 클래스 Mapsui.Providers.Wfs.Utilities.AlternativePathNodesCollection

This class represents a collection of path nodes that can be used alternatively.
상속: IPathNode
파일 보기 프로젝트 열기: pauldendulk/Mapsui 1 사용 예제들

공개 메소드들

메소드 설명
Matches ( XmlReader reader ) : bool

This method evaluates all inherent instances of IPathNode.

비공개 메소드들

메소드 설명
AlternativePathNodesCollection ( ) : System

Initializes a new instance of the AlternativePathNodesCollection class.

메소드 상세

Matches() 공개 메소드

This method evaluates all inherent instances of IPathNode.
public Matches ( XmlReader reader ) : bool
reader System.Xml.XmlReader An XmlReader instance
리턴 bool