Update pipeline-netcore-runtime.yml
[mono-project.git] / mcs / tests / gtest-exmethod-35-lib.cs
blob686002c76bbbaea2d4d63570cde6d73ce91c9f81
1 // Compiler options: -t:library
3 using System;
5 namespace System.Runtime.CompilerServices
7 [AttributeUsage (AttributeTargets.Method | AttributeTargets.Class | AttributeTargets.Assembly)]
8 public sealed class ExtensionAttribute : Attribute {