C# Class Mapsui.Providers.Wfs.Utilities.AlternativePathNodesCollection

This class represents a collection of path nodes that can be used alternatively.
Inheritance: IPathNode
Show file Open project: pauldendulk/Mapsui Class Usage Examples

Public Methods

Method Description
Matches ( XmlReader reader ) : bool

This method evaluates all inherent instances of IPathNode.

Private Methods

Method Description
AlternativePathNodesCollection ( ) : System

Initializes a new instance of the AlternativePathNodesCollection class.

Method Details

Matches() public method

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