TabGroupAttribute.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Attributes/TabGroupAttribute.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Attributes/TabGroupAttribute.cs
Source file hash: sha256:14f471b4e284a353a39a26581f8da2b4c4228790a5ed8b87e65290c88fc39371
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: TabGroupAttribute
Section titled “Type: TabGroupAttribute”Original lines: 9-25
Declaration hash: sha256:e0deacc31492c126e4ef1810e7f2dbf66ef59b6ca667cca3f4552601b34641b7
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Method)]public class TabGroupAttribute : Attribute{}Property: Group
Section titled “Property: Group”Original lines: 13
Declaration hash: sha256:27ddbc90a3c40365fa18591065541ebe8fee76de9f45b4b0f938a40423b6ce11
public string Group { get; }Property: Tab
Section titled “Property: Tab”Original lines: 15
Declaration hash: sha256:6fb14610bc7c4b55b80491ee489958fa2107ee11d5f3a9adbea21f7772e27e72
public string Tab { get; }Method: TabGroupAttribute(string group, string tab)
Section titled “Method: TabGroupAttribute(string group, string tab)”Original lines: 20-24
Declaration hash: sha256:fb41da97470a56c1fd5e9c564d1605302feddf8823e3e5758d0a490c675d305d
public TabGroupAttribute(string group, string tab);