- Found in:
- JContainers
Description
Documentation Comment
Version information.
It's a good practice to validate installed JContainers version with the following code:
bool isJCValid = JContainers.APIVersion() == AV && JContainers.featureVersion() >= FV
where AV and FV are hardcoded API and feature version numbers.
Current API version is 4
Current feature version is 2
Caveats
Examples
Auto-Generated Example
int returnedValue = JContainers.APIVersion()