Add reverse support for canonical instances

This commit is contained in:
Yoshi Askharoun
2024-12-29 17:17:40 -06:00
parent b41e796c46
commit 49c900fc22
6 changed files with 36 additions and 7 deletions
@@ -0,0 +1,6 @@
namespace Microsoft.Iris;
public interface IHasCanonicalInstances
{
string GetCanonicalName();
}