Enumeration used to tell the constructor whether to fully instantiate a new map,
or else to define the pointers only deferring assignment.
Namespace: TPSAAssembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public enum Create |
| Visual Basic |
|---|
Public Enumeration Create |
| Visual C++ |
|---|
public enum class Create |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Instantiate | 0 | ||
| PointersOnly | 1 |