Closed canine-afficionado closed 3 years ago
Based on the previous paragraph, I believe the first code snippet should be: public class MyGenericClass<T> where T : IComparable<T> { }
public class MyGenericClass<T> where T : IComparable<T> { }
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Thanks for noting this @canine-afficionado I've opened #23418 to address this issue.
Based on the previous paragraph, I believe the first code snippet should be:
public class MyGenericClass<T> where T : IComparable<T> { }
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.