Class Config.TypeAttribute
Defines the type of the IConfigProvider
Implements
Inherited Members
Namespace: IPA.Config
Assembly: IPA.Loader.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class TypeAttribute : Attribute, _Attribute
Constructors
| Improve this Doc View SourceTypeAttribute(String)
Constructs the attribute with a specified extension.
Declaration
public TypeAttribute(string ext)
Parameters
Type | Name | Description |
---|---|---|
String | ext | the extension associated with this type, without the '.' |
Properties
| Improve this Doc View SourceExtension
The extension associated with this type, without the '.'
Declaration
public string Extension { get; }
Property Value
Type | Description |
---|---|
String |