StiNameTypeEntry Struct

Namespace: Stimulsoft.Base

Class describes a class for store type with name.

Constructors

Constructor Description
StiNameTypeEntry(string name, Type type) Creates a new instance of the StiNameTypeEntry class.

StiNameTypeEntry(name: string, type: Type)

Creates a new instance of the StiNameTypeEntry class.

Parameters

  • name (string)
  • type (Type)

Properties

Property Type Description
Name string Gets or sets the Name.
Type Type Gets or sets the Type.