Table of Contents

Interface IFileLine

Namespace
Hi.Common.FileLines
Assembly
HiGeom.dll

Interface of file line.

public interface IFileLine
Extension Methods

Properties

FilePath

File path.

string FilePath { get; }

Property Value

string

Line

The line.

string Line { get; }

Property Value

string