FixedStackTIsEmpty Property
Gets a value indicating whether this
FixedStackT is empty.
Namespace: DevCase.Runtime.CollectionsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean
Get
Dim instance As FixedStack
Dim value As Boolean
value = instance.IsEmpty
public:
property bool IsEmpty {
bool get ();
}
member IsEmpty : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if empty; otherwise,
.