MethodBuilder.

ExistingMethod Property

Summary

The System.Reflection.MethodInfo of the method with the same type and name as this builder. This property is gathered by Weaver.Editor.Procedural.Scripting.MethodBuilder.IsExistingMember(System.Reflection.MemberInfo,System.Boolean@).
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural.Scripting
Containing Type
MethodBuilder

Syntax

public MethodInfo ExistingMethod { get; private set; }

Value

Type Description
MethodInfo