© 2026 Hedgehog Software, LLC
// ITest.cs interface ITest { //⬇️ I want to get [IType] declaration syntax IType Property {get;} }