Custom Query (162 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (142 - 144 of 162)

Ticket Owner Reporter Resolution Summary
#168 dai イグトランス (egtra) fixed エディタでDelegateがキーワードの色にならない。
Description

題目の通りです。Delegateが通常の黒文字で表示されています。

#170 dai OverTaker fixed String.Split/Joinメソッドを実装する
#172 dai OverTaker fixed 引数にあるジェネリックなコレクションを関数内でForeachすると、ジェネリックの型が指定されない
Description

「System.ObjectからSystem.Stringに変換できません」 とかエラーが出ます。

#console
Imports System.Collections.Generic
Imports System[]

fx( New List<String>)
Console.ReadLine()

Sub fx(strings As List<String>)
	Dim s As String
	Foreach s In strings
		Console.WriteLine(s)
	Next
End Sub
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.