CreateEntryInstance method

  1. @override
PhysicalAddressEntry CreateEntryInstance()
override
Creates instance of dictionary entry.

Implementation

@override
PhysicalAddressEntry CreateEntryInstance() {
  return new PhysicalAddressEntry();
}