using System;
using System.Linq;
using System.Collections.Generic;
public class MonikerDatasources
{
public string PropertyName {get; set;}
}
public class Program
public static void Main()
Console.WriteLine("Hello World");
IList<MonikerDatasources> test=null;
test.Where(x=>x.PropertyName=="").Count();