DumpAccess() public static method

public static DumpAccess ( ) : void
return void
 public void Refresh()
 {
     if (this.m_Queued)
     {
         AggressorInfo.DumpAccess();
     }
     this.m_LastCombatTime = DateTime.Now;
     this.m_Reported       = false;
 }