서문

C# Naming Convention

<aside> 💡 참고: https://learn.microsoft.com/ko-kr/dotnet/csharp/fundamentals/coding-style/identifier-names

</aside>

class Factory<TShape> where TShape: Shape {

}