Click or drag to resize
BinaryInputIsEmpty Property
Returns true if standard input is empty.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsEmpty { get; }

Return Value

Type: Boolean
true if and only if standard input is empty
See Also