コード例 #1
0
 public WASMSection(WASMSectionId id) => Id = id;
コード例 #2
0
 public WASMSection this[WASMSectionId id] => _sections[id];