Esempio n. 1
0
 public bool HasDescriptor(Descriptor descriptor)
 {
     return(Descriptors.Exists(x => x == descriptor));
 }