public class _F : DynamicDataBlock
{
[DbElement(CommentText = "SimpleTestArray")]
public CodeArray<SimpleArrayElement<Bool>, _1, _10> simpleArray;
[DbElement(CommentText = "Simple Sub 1 Test Array")]
public CodeArray<ArrayElement<SimpleArrayElement<Bool>, _1, _10>, _1, _10> simple1SubArray;
}