ReflectionClrPropertyInfo Class

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

Syntax

public class ReflectionClrPropertyInfo : ClrPropertyInfo, IPropertyInfo

Constructors

Properties

Name Value Summary
CanGet bool
Inherited from ClrPropertyInfo
CanSet bool
Inherited from ClrPropertyInfo
Name string
Inherited from ClrPropertyInfo
PropertyType Type
Inherited from ClrPropertyInfo

Methods

Name Value Summary
Get(object) object
Inherited from ClrPropertyInfo
Set(object, object) void
Inherited from ClrPropertyInfo