Gets a value indicating whether the
Length is undefined.
public bool IsUndefined {get;}
'Declaration
Public ReadOnly Property IsUndefined As Boolean
Property Value
A
System.Boolean value.
true
if the
Length is undefined; otherwise,
false
.
var length = Length.Empty;
bool isUndefined = length.IsUndefined; // true