주 메뉴 열기

wwiki β

바뀜

Constraints on type parameters

29 바이트 추가됨, 2021년 5월 24일 (월) 22:23
Constraining multiple parameters
</syntaxhighlight>값 일치는 where T : IEqualtable<T> 또는 where T : IComparable<T> 제약조건을 적용해야 한다.
=== Constraining multiple parameters (여러 매개 변수 제한) ===
<syntaxhighlight lang="csharp">
class Base { }
편집
2,431