Stream.position

Sets file position. Equivalent to calling seek(pos, SeekPos.Set).

  1. ulong position [@property setter]
    class Stream
    @property
    void
    position
    (
    ulong pos
    )
  2. ulong position [@property getter]

Meta