CSharp0007 のバックアップ(No.1) - PukiWiki

CSharp?

ジェネリッククラスの定義

class MyGenericClass1<T> where T : struct {
 // 制約:Tは構造体
}
class MyGenericClass2<T> where T : class {
 // 制約:Tはクラス
}
class MyGenericClass3<T> where T : new() {
 // 制約:Tはインスタンス化可能
}
class MyGenericClass4<T> where T : MyOtherClass {
 // 制約:TはMyOtherClassクラスを継承
}
class MyGenericClass5<T> where T : IMyInterface {
 // 制約:TはIMyInterfaceインターフェイスを実装
}
class MyGenericClass6<T, U> where T : U {
 // 制約:Tは別の型パラメータUを継承
}
//////////////////////////////////////////////////
class MyOtherClass {
 // あるクラス
}
interface IMyInterface {
 // あるインターフェイス
}

コメント:




トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS

G|Cg|C@Amazon Yahoo yV

z[y[W yVoC[UNLIMITȂ1~] COiq COsیI