Interface IPropertyInfo
[NotClientImplementable]
public interface IPropertyInfo
Properties
CanGet
bool CanGet { get; }
Property Value
CanSet
bool CanSet { get; }
Property Value
Name
string Name { get; }
Property Value
PropertyType
Type PropertyType { get; }
Property Value
Methods
Get(object)
object? Get(object target)
Parameters
target
object
Returns
Set(object, object?)
void Set(object target, object? value)