IPropertyInfo Interface
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.
Definition
Namespace: Avalonia.Data.Core
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IPropertyInfo
<NotClientImplementableAttribute>
Public Interface IPropertyInfo
[<NotClientImplementableAttribute>]
type IPropertyInfo = interface end
Properties
CanGet | |
CanSet | |
Name | |
PropertyType |
Methods
Get(Object) | |
Set(Object, Object) |