ClrPropertyInfo Class

Namespace
Avalonia.Data.Core
Interfaces
Base Types
  • object
Derived Types
graph BT Type-->Base0["object"] Type-.->Interface0["IPropertyInfo"] click Interface0 "/api/Avalonia.Data.Core/IPropertyInfo" Type["ClrPropertyInfo"] class Type type-node Derived0["ReflectionClrPropertyInfo"]-->Type click Derived0 "/api/Avalonia.Data.Core/ReflectionClrPropertyInfo"

Syntax

public class ClrPropertyInfo : IPropertyInfo

Constructors

Properties

Name Value Summary
CanGet bool
CanSet bool
Name string
PropertyType Type

Methods

Name Value Summary
Get(object) object
Set(object, object) void