Skip to main content

NameValue

Assembly: ServiceStack.Text.dll
View Source
Declaration
public class NameValue : IEquatable<NameValue>

Properties

Name

View Source
Declaration
public string Name { get; }

Value

View Source
Declaration
public string Value { get; }

Methods

Deconstruct(out String, out String)

View Source
Declaration
public void Deconstruct(out string name, out string value)
Parameters
TypeName
System.Stringname
System.Stringvalue

Implements

  • System.IEquatable<ServiceStack.NameValue>