Add KeyBindingBehavior
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IConfigurationDescriptor<out TConfiguration>
|
||||
where TConfiguration :
|
||||
class
|
||||
{
|
||||
TConfiguration Value { get; }
|
||||
|
||||
string Section { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user