TestFile.

Length Property

Summary

Gets the length of the file.
Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.IO
Containing Type
TestFile

Syntax

public long Length { get; }

Value

Type Description
long The length of the file.
GitHub