C# Class Zyrenth.Zora.RingInfoAttribute

Inheritance: System.Attribute
Show file Open project: kabili207/zora-sharp

Public Methods

Method Description
RingInfoAttribute ( string name, string description ) : System

Initializes a new instance of the RingInfoAttribute class.

Method Details

RingInfoAttribute() public method

Initializes a new instance of the RingInfoAttribute class.
public RingInfoAttribute ( string name, string description ) : System
name string The ring name.
description string The ring description.
return System