<PackageReference Include="SSH.NET" Version="2026.0.0" />

System.Runtime.CompilerServices.ExtensionMarkerAttribute

This attribute is used to mark extension members and associate them with a specific marker type (which provides detailed information about an extension block and its receiver parameter). This attribute should not be used by developers in source code.
public string Name { get; }

The name of the marker type this extension member is associated with.

public ExtensionMarkerAttribute(string name)

Initializes a new instance of the ExtensionMarkerAttribute class.