Table of Contents

Class IpAddrValue

Namespace
CedarDotNet.Values
Assembly
CedarDotNet.dll

The Cedar value that represents an IP address.

public sealed record IpAddrValue : Value, IEquatable<Value>, IEquatable<IpAddrValue>
Inheritance
IpAddrValue
Implements
Inherited Members

Constructors

IpAddrValue(string)

Creates a new IpAddrValue.

public IpAddrValue(string value)

Parameters

value string

The value.

Properties

Value

The value.

public string Value { get; }

Property Value

string