[]
Gets a value indicating whether the Length is undefined.
public bool IsUndefined { get; }
A bool value. true if the Length is undefined; otherwise, false.
true
false
var length = Length.Empty; bool isUndefined = length.IsUndefined; // true