2009-07-14 Marek Safar <marek.safar@gmail.com>
authorMarek Safar <marek.safar@gmail.com>
Tue, 14 Jul 2009 16:39:03 +0000 (16:39 -0000)
committerMarek Safar <marek.safar@gmail.com>
Tue, 14 Jul 2009 16:39:03 +0000 (16:39 -0000)
commit38d6f430bfa9d1f7e3e5e9b94ab00ad625689e61
tree14c6a325166c245f075ee28cdf5ee0d777266e3d
parentbe811a6260f26acfec3ea7ceb360b93ec940c80b
2009-07-14  Marek Safar <marek.safar@gmail.com>

* CSharpInvokeBinder.cs, CSharpBinaryOperationBinder.cs,
CSharpGetMemberBinder.cs, CSharpGetIndexBinder.cs, Extensions.cs,
CSharpIsEventBinder.cs, CSharpUnaryOperationBinder.cs,
CSharpConvertBinder.cs, CSharpSetIndexBinder.cs,
CSharpInvokeMemberBinder.cs, CSharpSetMemberBinder.cs: New files.

svn path=/trunk/mcs/; revision=137873
13 files changed:
mcs/class/Microsoft.CSharp/Microsoft.CSharp.RuntimeBinder/CSharpBinaryOperationBinder.cs [new file with mode: 0644]
mcs/class/Microsoft.CSharp/Microsoft.CSharp.RuntimeBinder/CSharpConvertBinder.cs [new file with mode: 0644]
mcs/class/Microsoft.CSharp/Microsoft.CSharp.RuntimeBinder/CSharpGetIndexBinder.cs [new file with mode: 0644]
mcs/class/Microsoft.CSharp/Microsoft.CSharp.RuntimeBinder/CSharpGetMemberBinder.cs [new file with mode: 0644]
mcs/class/Microsoft.CSharp/Microsoft.CSharp.RuntimeBinder/CSharpInvokeBinder.cs [new file with mode: 0644]
mcs/class/Microsoft.CSharp/Microsoft.CSharp.RuntimeBinder/CSharpInvokeMemberBinder.cs
mcs/class/Microsoft.CSharp/Microsoft.CSharp.RuntimeBinder/CSharpIsEventBinder.cs [new file with mode: 0644]
mcs/class/Microsoft.CSharp/Microsoft.CSharp.RuntimeBinder/CSharpSetIndexBinder.cs [new file with mode: 0644]
mcs/class/Microsoft.CSharp/Microsoft.CSharp.RuntimeBinder/CSharpSetMemberBinder.cs [new file with mode: 0644]
mcs/class/Microsoft.CSharp/Microsoft.CSharp.RuntimeBinder/CSharpUnaryOperationBinder.cs [new file with mode: 0644]
mcs/class/Microsoft.CSharp/Microsoft.CSharp.RuntimeBinder/ChangeLog
mcs/class/Microsoft.CSharp/Microsoft.CSharp.RuntimeBinder/Extensions.cs [new file with mode: 0644]
mcs/class/Microsoft.CSharp/Microsoft.CSharp.dll.sources