PERWAPI.MethodSpec.GetMethParent C# (CSharp) Method

GetMethParent() public method

public GetMethParent ( ) : Method
return Method
        public Method GetMethParent()
        {
            // KJG 15 July 2005
            return methParent;
        }