Tagged Questions
2
votes
4answers
403 views
C# 3.0 - Object initializer
I'm having a little problem and I don't see why, it's easy to go around it, but still I want to understand.
I have the following class :
public class AccountStatement : IAccountStatement
{
...