Alias StringListAdapter.~this

class StringListAdapter
{
  // ...
  alias ~this;
  // ...
}