mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
7 lines
105 B
C#
7 lines
105 B
C#
namespace Microsoft.Iris;
|
|
|
|
public interface IHasCanonicalInstances
|
|
{
|
|
string GetCanonicalName();
|
|
}
|