Table of Contents

Property Source

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Source

Sets or gets the Stream the HexView is operating on; the stream must support seeking (CanSeek == true).

public Stream Source { get; set; }

Property Value

Stream

The source.