Exemple #1
0
 public IEnumerable <ContentDescriptor> GetDescriptors(params string[] names)
 {
     if (names == null)
     {
         throw new ArgumentNullException("names");
     }
     return(ext_description.GetDescriptors(names));
 }