﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
76	Usingステートメントでリソース管理を可能にする	dai	イグトランス (egtra)	"オブジェクトの開放がGCの仕事になったので、別途リソース管理のためのステートメントとしてUsingを導入する。

'''コード例：'''
{{{
Using file = File.Create( ""c:\test.txt"" )
   ' 処理
   ...
End Using
}}}
"	タスク	assigned	最優先-blocker	AB5 CP6	Compiler				
