quote only work on lambda on net_4_0
[mcs.git] / errors / cs0547-2.cs
blob7dfa73a694bfd6562956b2d373491fc04f55f4a8
1 // CS0547: `PropertyInterface.Value': property or indexer cannot have void type
2 // Line: 5
4 interface PropertyInterface {
5 void Value { get; }