Class OsmStreamSourceEmpty
An empty stream reader.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class OsmStreamSourceEmpty : OsmStreamSource, IEnumerator<OsmGeo>
Properties
CanReset
Returns true if this source can be reset.
Declaration
public override bool CanReset { get; }
Property Value
System.Boolean
|
Overrides
Methods
Current()
MoveNext(Boolean, Boolean, Boolean)
Move to the next item in the stream.
Declaration
public override bool MoveNext(bool ignoreNodes, bool ignoreWays, bool ignoreRelations)
Parameters
System.Boolean
ignoreNodes
|
System.Boolean
ignoreWays
|
System.Boolean
ignoreRelations
|
Returns
System.Boolean
|