Init
This commit is contained in:
12
Prefab.Base/IHasGenericAttributes.cs
Normal file
12
Prefab.Base/IHasGenericAttributes.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Prefab.Base;
|
||||
|
||||
/// <summary>
|
||||
/// Read‑only view of the generic attributes bag.
|
||||
/// </summary>
|
||||
public interface IHasGenericAttributes
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the read-only dictionary of custom attributes.
|
||||
/// </summary>
|
||||
IReadOnlyDictionary<string, object> GenericAttributes { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user