A var variable is just a simple variable of a specific class deduced by C# at compilation time.
In the case of the Timeline.GetUserTimeline, the var refers to IEnumerable<ITweet>.
Cheers,
Linvi
In the case of the Timeline.GetUserTimeline, the var refers to IEnumerable<ITweet>.
Cheers,
Linvi