C# Class Transit.Framework.Modularity.ModuleAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: Katalyst6/CSL.TransitAddonMod

Public Methods

Method Description
IsAssociatedWith ( Type type ) : bool
ModuleAttribute ( ) : System
ModuleAttribute ( Type mod ) : System

Method Details

IsAssociatedWith() public method

public IsAssociatedWith ( Type type ) : bool
type System.Type
return bool

ModuleAttribute() public method

public ModuleAttribute ( ) : System
return System

ModuleAttribute() public method

public ModuleAttribute ( Type mod ) : System
mod System.Type
return System