コード例 #1
0
ファイル: NullValue.cs プロジェクト: nickchal/pash
		static NullValue()
		{
			NullValue.s_instance = new NullValue();
		}