You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
263 B

4 years ago
  1. #if NET20
  2. namespace System.Runtime.CompilerServices
  3. {
  4. /// <summary></summary>
  5. [AttributeUsage(AttributeTargets.Method | AttributeTargets.Class | AttributeTargets.Assembly)]
  6. public sealed class ExtensionAttribute : Attribute
  7. {
  8. }
  9. }
  10. #endif