Table of Contents

Struct StatInfo<TAction>.Item<TValue>

Namespace
Ecng.ComponentModel
Assembly
Ecng.ComponentModel.dll

Represents an item that holds a value, an IP address, and an action.

public struct StatInfo<TAction>.Item<TValue>

Type Parameters

TValue

The type of the value.

Inherited Members
Extension Methods

Properties

Action

Gets or sets the action.

public TAction Action { readonly get; set; }

Property Value

TAction

Address

Gets or sets the IP address.

public IPAddress Address { readonly get; set; }

Property Value

IPAddress

Value

Gets or sets the value.

public TValue Value { readonly get; set; }

Property Value

TValue