operator [] method

Gets or sets the physical address at the specified key. The key of the physical address to get or set.

Implementation

PhysicalAddressEntry? operator [](PhysicalAddressKey key) {
  return this.Entries[key];
}