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
#185 fixed Implementsに名前空間付きでインターフェイスを指定するとコンパイルできない dai NoWest
Description

下記のようなコードで”AAは無効な識別子”としてはじかれる

Namespace AAA
	Interface AA
		Function A() As String
	End Interface
End Namespace


Class Hoge
	Implements AAA.AA
Public
	Override Function A() As String
		Return New String("test1")
	End Function
End Class
#16 fixed Directoryクラスの実装(System.IO) OverTaker OverTaker
#17 fixed DirectoryInfoクラスの実装(System.IO) OverTaker OverTaker
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.