BinaryCompatibility.cs 124 B

1234567
  1. namespace System.Xml
  2. {
  3. static class BinaryCompatibility
  4. {
  5. public static bool TargetsAtLeast_Desktop_V4_5_2 => true;
  6. }
  7. }