ReadOnlyAttribute.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Attributes/ReadOnlyAttribute.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Attributes/ReadOnlyAttribute.cs
Source file hash: sha256:7a86838ddb626542f50ef8e2780bdb80732d9b16e5ae01135d8a8880868c5e9b
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: ReadOnlyAttribute
Section titled “Type: ReadOnlyAttribute”Original lines: 6-9
Declaration hash: sha256:6f781c89250568d8fc301bf4c3ca028ed71a77aad79370b84c47ecbf9284cc92
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]public class ReadOnlyAttribute : Attribute{}