Summary
If assigned, this delegate is used by
Weaver.Editor.Procedural.Scripting.PropertyBuilder.IsExistingMember(System.Reflection.MemberInfo,System.Boolean@)
to check the
return value of the existing property's getter. Returning false indicates that the value is wrong and the
script should be regenerated.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural .Scripting - Containing Type
- PropertyBuilder
Syntax
public Func<Object, bool> ReturnValueEquals { get; set; }
Value
Type | Description |
---|---|
Func |