Ejemplo n.º 1
0
 protected abstract bool HasVersion(RegistryItem item, RegistryItemVersion version);
Ejemplo n.º 2
0
 public static SemanticVersion GetSemVer(this RegistryItemVersion mv) => new(mv.Version);