Summary
Checks if the
Weaver.Editor.Procedural.Scripting.ElementBuilder.Name,
Weaver.Editor.Procedural.Scripting.MemberBuilder.Modifiers, and parameters match
the `existingMember`.
If the member matches, this method returns true and the member can be accessed via
Weaver.Editor.Procedural.Scripting.ConstructorBuilder.ExistingMember.
Syntax
public override bool IsExistingMember(MemberInfo existingMember, ref bool shouldRebuild)
Parameters
| Name |
Type |
Description |
| existingMember |
MemberInfo |
|
| shouldRebuild |
bool |
|
Return Value