Example #1
0
 //-----------------------------------------------------------
 public static Property?Get(this Properties self, WIAPropID id)
 => self.Cast <Property>().FirstOrDefault(p => p?.PropertyID == (int)id);
Example #2
0
 public static string FromId(WIAPropID id)
 => _names[id];