Click or drag to resize

RingInfoAttribute Constructor

Initializes a new instance of the RingInfoAttribute class.

Namespace:  Zyrenth.Zora
Assembly:  ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntax
public RingInfoAttribute(
	string name,
	string description
)

Parameters

name
Type: SystemString
The ring name.
description
Type: SystemString
The ring description.
See Also