FixedStackTIsFull Property
Gets a value indicating whether this
FixedStackT is full.
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 IsFull { get; }
Public ReadOnly Property IsFull As Boolean
Get
Dim instance As FixedStack
Dim value As Boolean
value = instance.IsFull
public:
property bool IsFull {
bool get ();
}
member IsFull : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if full; otherwise,
.