Sign in
◑
Theme
flutter
/
third_party
/
protobuf
/
8f0dcf3df1548a1eff0bed54a9b992f55b8f72d5
/
.
/
lib
/
System.Core
/
ExtensionAttribute.cs
blob: fcb186f3f2de9c5d0cf09b5100073e26f743d54b [
file
]
namespace
System
.
Runtime
.
CompilerServices
{
/// <summary> Used for 2.0 compatibility </summary>
[
AttributeUsage
(
AttributeTargets
.
Method
)]
public
sealed
class
ExtensionAttribute
:
Attribute
{
}
}