ResXResourceSetFileName Property

If this ResXResourceSet has been created from a file, returns the name of the original file. This property will not change if the ResXResourceSet is saved into another file.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public string? FileName { get; }

Property Value

String

See Also