예제 #1
0
 public WASMSection(WASMSectionId id) => Id = id;
예제 #2
0
 public WASMSection this[WASMSectionId id] => _sections[id];