Interface IOsmStreamTarget
Abstract representation of a stream target.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface IOsmStreamTarget
Methods
RegisterSource(OsmStreamSource)
Registers the given source.
Declaration
void RegisterSource(OsmStreamSource source)
Parameters
OsmStreamSource
source
|