Custom Query (162 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 162)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#56 fixed Penクラスの実装 (System.Drawing) イグトランス (egtra) イグトランス (egtra)
Description

これは描画する線の形状を扱うクラスである。 http://dev.activebasic.com/dev_wiki/index.php/Pen_%E3%82%AF%E3%83%A9%E3%82%B9

#57 fixed Brushクラスの実装 (System.Drawing) イグトランス (egtra) イグトランス (egtra)
Description

このクラスは塗り潰しする際の模様を扱うクラスである。 http://dev.activebasic.com/dev_wiki/index.php/Brush_%E3%82%AF%E3%83%A9%E3%82%B9

#63 fixed インタフェース同士でのオーバーライドができない dai イグトランス (egtra)
Description

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

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

Interface IBar
    Inherits IFoo

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

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

1 2 3 4 5 6 7 8 9 10 11 12
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.