System.Runtime.CompilerServices.ExtensionMarkerAttribute sealed class ExtensionMarkerAttribute : Attribute Documentation Code namespace System.Runtime.CompilerServices { internal sealed class ExtensionMarkerAttribute : Attribute { public ExtensionMarkerAttribute(string name); } }