Show / Hide Table of Contents

Class Dictionary.RegDataItem

Represents the item registered in a dictionary.

Inheritance
System.Object
Dictionary.RegDataItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport.Data
Assembly: FastReport.OpenSource.dll
Syntax
public class RegDataItem

Fields

data

Gets the item data.

Declaration
public object data
Field Value
Type Description
System.Object

name

Gets the item name.

Declaration
public string name
Field Value
Type Description
System.String
Back to top Generated by DocFX