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
Type | Name |
---|---|
System.String | name |
System.String | value |
Implements
System.IEquatable<ServiceStack.NameValue>