public CsStruct(CppStruct cppStruct) { IsIn = true; IsOut = false; CppElement = cppStruct; // Align was not overloaded by MappingRule tag, then we can take the default value if (cppStruct != null && Align == 0) Align = cppStruct.Align; }
public CsStruct(CppStruct cppStruct) { IsIn = true; IsOut = false; CppElement = cppStruct; }