INamedObject.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Data/INamedObject.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Data/INamedObject.cs
Source file hash: sha256:4f527dbbd8ac0b392de1c2ec79f92bb73903c52d378487b551d8517e97bd5161
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: INamedObject
Section titled “Type: INamedObject”Original lines: 23-27
Declaration hash: sha256:67f11b97d5a94f99980d69e19b858ab6b00235bf71d84e144d973845f7f1fc68
public interface INamedObject{}Property: Name
Section titled “Property: Name”Original lines: 26
Declaration hash: sha256:0ca3eb1a661ed9b350b0e7376934e63fa34e505fcba159bfda94c31ebb81cad3
string Name { get; }