C# Class RatChat.Core.ChatNameAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: JustOxlamon/Sc2tvChatPub

Public Methods

Method Description
ChatNameAttribute ( string Name ) : System
GetAttribute ( Type type ) : ChatNameAttribute

Method Details

ChatNameAttribute() public method

public ChatNameAttribute ( string Name ) : System
Name string
return System

GetAttribute() public static method

public static GetAttribute ( Type type ) : ChatNameAttribute
type System.Type
return ChatNameAttribute