ShowIfAttribute.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Attributes/ShowIfAttribute.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Attributes/ShowIfAttribute.cs
Source file hash: sha256:312d5f354a0687637f72b81bb828426ab39c841277582a48091392aa67974061
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: ShowIfAttribute
Section titled “Type: ShowIfAttribute”Original lines: 9-21
Declaration hash: sha256:2f2fd5e3bc4902fec4580e88b566a57c2102de1d150673a48d9f10fd6eec0313
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Method)]public class ShowIfAttribute : Attribute{}Property: Condition
Section titled “Property: Condition”Original lines: 13
Declaration hash: sha256:b93f7c366172af521f6b982711c231f520ed241c2e2dd1f17421c660568321db
public string Condition { get; }Method: ShowIfAttribute(string condition)
Section titled “Method: ShowIfAttribute(string condition)”Original lines: 17-20
Declaration hash: sha256:f769ed93e4aec74659997a0c95b8a719e0e7539b938fd107dba39fa4d140e09a
public ShowIfAttribute(string condition);