Skip to content

Commit 2c11bdc

Browse files
Update IValueWithProperties.cs
1 parent a6757b2 commit 2c11bdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Code/ValueSystem/PropertySystem/IValueWithProperties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public abstract class PropInfo
1010
public abstract TryGet<Value> GetValue(object obj);
1111
public abstract SingleTypeOfValue ReturnType { get; }
1212
public abstract string? Description { get; }
13-
public virtual bool IsUnsafe => false;
13+
public virtual bool IsReflected => false;
1414
}
1515

1616
public abstract class PropInfo<T> : PropInfo

0 commit comments

Comments
 (0)