'Declaration Public ReadOnly Property IsUndefined As Boolean
public bool IsUndefined {get;}
true
false
var length = Length.Empty; bool isUndefined = length.IsUndefined; // true
Length Structure Length Members