Table of Contents

Class LogData

Namespace
Quilt4Net.Toolkit.Features.Measure
Assembly
Quilt4Net.Toolkit.dll
public class LogData : IEnumerable<KeyValuePair<string, object>>, IEnumerable
Inheritance
LogData
Implements
Derived
Inherited Members
Extension Methods

Constructors

LogData()

public LogData()

LogData(Dictionary<string, object>)

public LogData(Dictionary<string, object> dictionary)

Parameters

dictionary Dictionary<string, object>

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<KeyValuePair<string, object>> GetEnumerator()

Returns

IEnumerator<KeyValuePair<string, object>>

An enumerator that can be used to iterate through the collection.