Wednesday, 28 August 2013

Private Methods can be made static

Private Methods can be made static

I had installed resharper with VS2010. It is notifying as Method
'GetFeeds' can be made static. Why it is saying like that?
private DataTable GetFeeds(Feed feed)
{
--code
}

No comments:

Post a Comment