Resx by Liminiens

<PackageReference Include="Resx" Version="0.2.1" />

 ResXDataNode

public sealed class ResXDataNode : ISerializable
public string Comment { get; set; }

public ResXFileRef FileRef { get; }

public string Name { get; set; }

public ResXDataNode(string name, object value, Func<Type, string> typeNameConverter)

public ResXDataNode(string name, ResXFileRef fileRef)

public ResXDataNode(string name, ResXFileRef fileRef, Func<Type, string> typeNameConverter)

public object GetValue(ITypeResolutionService typeResolver)

public object GetValue(AssemblyName[] names)

public string GetValueTypeName(ITypeResolutionService typeResolver)

public string GetValueTypeName(AssemblyName[] names)