PERWAPI.MethodSemantics.GetMethodType C# (CSharp) Method

GetMethodType() private method

private GetMethodType ( ) : MethodType
return MethodType
        internal MethodType GetMethodType()
        {
            return type;
        }