This example demonstrates how class static properties are ported. Static properties may have getter, setter, or both. Public, protected and private static properties preserve their accessibility level. Internal static properties become protected. Getters are ported to static methods with prefix get_ and setters with prefix set_.
Additional command-line options passed to CsToCppPorter: none.