Microsoft.JScript.JSMethod.GetMethodImplementationFlags C# (CSharp) Method

GetMethodImplementationFlags() public method

public GetMethodImplementationFlags ( ) : MethodImplAttributes
return MethodImplAttributes
      public override MethodImplAttributes GetMethodImplementationFlags(){
        return (MethodImplAttributes)0;
      }