コード例 #1
0
ファイル: TypeReference.cs プロジェクト: 0xb1dd1e/boo
		private static string TypeNameFor(Expression target)
		{
			return target.ToString();
		}