Struct ElementPoolTests.PoolTestElement
Syntax
public struct PoolTestElement : IPoolElement
Properties
IsAllocated
Declaration
public bool IsAllocated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
NextFree
Declaration
public int NextFree { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Implements
TestIndex
Declaration
public int TestIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Explicit Interface Implementations
IPoolElement.MarkFree(Int32)
Declaration
void IPoolElement.MarkFree(int nextFree)
Parameters
Type |
Name |
Description |
System.Int32 |
nextFree |
|
Implements