Custom Query (162 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 162)

Ticket Resolution Summary Owner Reporter
#53 fixed ArrayListクラスの実装 (System.Collections) dai イグトランス (egtra)
Description

コレクションの要望は高い。その第一弾としてこのArrayListを実装したい。

#61 fixed 派生クラスから基底クラスへのインスタンスコピーまたは参照を可能にする dai dai
#63 fixed インタフェース同士でのオーバーライドができない dai イグトランス (egtra)
Description

次のコードがコンパイルエラーになります。

Interface IFoo
    Sub Method() '文法が間違っています
End Interface

Interface IBar
    Inherits IFoo

    Sub Method() 'Override修飾子の指定が無い状況でオーバーライドを行うことはできません。
End Interface

また、IBar.MethodにOverrideを付けると「文法が間違っています」となってしまいます。

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.