#if NET20 namespace System.Runtime.CompilerServices { /// /// Attribute allowing extenders to be used with .NET Framework 2.0. /// internal sealed class ExtensionAttribute : Attribute { } } #endif