There's only one. Attribute classes by convention end in "Attribute", but
when applying an attribute, you can leave it out. So [DllImportAttribute]
and [DllImport] are just two ways of writing the same attribute.
..NET allows the shorthand version for attributes just as a convenience.
--
David Anton http://www.tangiblesoftwaresolutions.com
Convert VB to C#, C++, or Java
Convert C# to VB, C++, or Java
Convert C++ to C#, VB, or Java
Convert Java to C#, C++, or VB