Custom Query (162 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 162)

Ticket Resolution Summary Owner Reporter
#58 fixed Streamクラスの実装(System.IO) NoWest NoWest
Description

Bufferの保持とRead、Write、Seekからなる最低限のストリーミング機能を提供するクラスです。

#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.