Example #1
0
 public string[] GetContents()
 {
     if (Count > 0)
     {
         return(ContentList.ToArray());
     }
     return(null);
 }