예제 #1
0
 public Two(KaitaiStream p__io, DebugSwitchUser p__parent = null, DebugSwitchUser p__root = null) : base(p__io)
 {
     m_parent = p__parent;
     m_root   = p__root;
 }
예제 #2
0
 public DebugSwitchUser(KaitaiStream p__io, KaitaiStruct p__parent = null, DebugSwitchUser p__root = null) : base(p__io)
 {
     m_parent = p__parent;
     m_root   = p__root ?? this;
 }