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