<PackageReference Include="Castle.Core" Version="5.1.0" />

Castle.Components.DictionaryAdapter.KeyPrefixAttribute

Assigns a prefix to the keyed properties of an interface.
public string KeyPrefix { get; set; }

Gets the prefix key added to the properties of the interface.

Initializes a default instance of the KeyPrefixAttribute class.

public KeyPrefixAttribute(string keyPrefix)

Initializes a new instance of the KeyPrefixAttribute class.