People of stackoverflow. I am new to c# and this is the first time I have not been able to find an answer to one of my elementary questions. Who can help me?!I am trying to
Because you're returning the same thing recursively.
private string _headLine public string Headline { get { return _headline; } set { _headline = value; } }