Esempio n. 1
0
 static IPendingAttribute FirstPendingOrDefault(IConeAttributeProvider attributes, IPendingAttribute defaultValue)
 {
     return attributes.FirstOrDefault(x => x.IsPending, defaultValue);
 }