Table of Contents

Class ResXEntry

Namespace
SunamoXliffParser.fmdev.ResX
Assembly
SunamoXliffParser.dll

Represents a single entry in a ResX resource file, containing an identifier, value, and optional comment.

public class ResXEntry : IComparable
Inheritance
ResXEntry
Implements
Inherited Members
Extension Methods

Properties

Comment

Gets or sets the resource comment.

public string Comment { get; set; }

Property Value

string

Id

Gets or sets the resource identifier.

public string Id { get; set; }

Property Value

string

Value

Gets or sets the resource value.

public string Value { get; set; }

Property Value

string

Methods

CompareTo(object?)

Compares this entry to another object by their identifiers.

public int CompareTo(object? other)

Parameters

other object

The object to compare with this entry.

Returns

int

A value indicating the relative order of the objects being compared.