public static void fill(InstructionsPack p7) { p7.Length(some_byte); { var item = p7.Instructions(); for (int i = 0; i < item.len(); i++) { item.set(some_byte, i); } } }
public static void onInstructionsPack(InstructionsPack p7) { var some_Length = p7.Length(); { var item = p7.Instructions(); for (int i = 0; i < item.len(); i++) { some_byte = item.get(i); } } }
public byte Length() { return(src.Length()); }
public void Length(byte src) { dst.Length(src); }