Table of Contents

Interface IData

Namespace
Cuemon
Assembly
Cuemon.Core.dll

Provides a way to supply information about the class implementing this interface.

public interface IData

Properties

Data

Gets a collection of key/value pairs that provide information about this class.

IDictionary<string, object> Data { get; }

Property Value

IDictionary<String, Object>

An object that implements the System.Collections.Generic.IDictionary<TKey, TValue> interface and contains a collection of key/value pairs.