C# Class Foundation.LocalizedAttribute

Inheritance: System.Attribute
显示文件 Open project: NVentimiglia/Unity3d-Foundation

Public Methods

Method Description
LocalizedAttribute ( string key ) : System
LocalizedAttribute ( string key, string group ) : System

Method Details

LocalizedAttribute() public method

public LocalizedAttribute ( string key ) : System
key string
return System

LocalizedAttribute() public method

public LocalizedAttribute ( string key, string group ) : System
key string
group string
return System