Web Log di Adrian Florea

"You know you've achieved perfection in design, not when you have nothing more to add, but when you have nothing more to take away." Antoine de Saint-Exupery
posts - 440, comments - 2715, trackbacks - 3944

My Links

Archives

Post Categories

Image Galleries

.RO Blogs

.RO People

.RO Sites

Blogs

Furls

Links

vinCitori

Ghost Types

Secondo il buon senso questo metodo dovrebbe ritornare sempre false. Invece ho notato con stupore che per alcuni type full name, ritorna true!

static bool IsGhostType(string typeFullName)
{
  Type type = Type.GetType(typeFullName);
  if(type != null)
  {
    return !type.FullName.Equals(typeFullName);
  }
  return false;
}

So che volete degli esempi :-) Eccone alcuni:

  • System.Object[*****] (è un System.Object[*])
  • System.Object[*,*,*,*,*] (è un System.Object[,,,,])
  • System.Object[*,,*,,*] (è un System.Object[,,,,])

La canzone del giorno: Nada - "Io l'ho fatto per amore" :-)

Print | posted on mercoledì 22 settembre 2004 14:32 | Filed Under [ Carillon .NET ]

Powered by:
Powered By Subtext Powered By ASP.NET