TypeTranslator.ProcessNoStaticInitWithValueTypes Method
Invoked when a type does not have a static initializer and contains value type fields that are static.
protected virtual
void ProcessNoStaticInitWithValueTypes(
ClassInfo info);
Parameters
-
info
- The class info for this type
See Also
TypeTranslator Class | JaCIL.Compiler.Standard.Translator Namespace