Show / Hide Table of Contents

Interface IData

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

Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public interface IData

Properties

| Improve this Doc View Source

Data

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

Declaration
IDictionary<string, object> Data { get; }
Property Value
Type Description
IDictionary<String, Object>

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

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX