C# Class MetaGeta.DataStore.SettingsAttribute

Inheritance: System.Attribute
显示文件 Open project: anyoun/metageta

Public Methods

Method Description
SettingsAttribute ( string friendlyName, object defaultValue, SettingType type, string category ) : System

Method Details

SettingsAttribute() public method

public SettingsAttribute ( string friendlyName, object defaultValue, SettingType type, string category ) : System
friendlyName string
defaultValue object
type SettingType
category string
return System