Class Tab
- Namespace
- ConfigurableWarning.API.Attributes
- Assembly
- RedstoneWizard08.ContentLibrary.dll
Registers any contained groups as a part of this tab.
[MeansImplicitUse]
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class Tab : Attribute
- Inheritance
-
Tab
- Inherited Members
Constructors
Tab(string)
Registers any contained groups as a part of this tab.
public Tab(string tab)
Parameters
tab
stringThe tab.
Fields
Name
The tab.
public readonly string? Name