ProxyStream.underlying

The stream that is wrapped by this one

  1. inout(InterfaceProxy!Stream) underlying [@property getter]
  2. InterfaceProxy!Stream underlying [@property setter]
    class ProxyStream
    @safe @property
    void
    underlying
    (
    InterfaceProxy!Stream value
    )
  3. Stream underlying [@property setter]

Meta