Class NotClientImplementableAttribute
This interface is not intended to be implemented outside of the core Avalonia framework as its API may change without warning.
[AttributeUsage(AttributeTargets.Interface)]
public sealed class NotClientImplementableAttribute : Attribute
- Inheritance
-
NotClientImplementableAttribute
- Inherited Members
Remarks
This interface is stable for consumption by a client, but should not be implemented as members may be added to its API.
Constructors
NotClientImplementableAttribute()
public NotClientImplementableAttribute()