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