コード例 #1
0
ファイル: FsNe.cs プロジェクト: kaby76/AntlrTreeEditing
        /// <summary>
        /// General operation on the arguments.
        /// </summary>
        /// <param name="args">
        ///            input arguments. </param>
        /// <param name="dc">
        ///             The dynamic context </param>
        /// <exception cref="DynamicError">
        ///             Dynamic error. </exception>
        /// <returns> Result of the operation. </returns>
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: public static org.eclipse.wst.xml.xpath2.api.ResultSequence fs_ne_general(java.util.Collection args, org.eclipse.wst.xml.xpath2.api.DynamicContext ec) throws org.eclipse.wst.xml.xpath2.processor.DynamicError
        public static ResultSequence fs_ne_general(ICollection args, DynamicContext ec)
        {
            return(FsEq.do_cmp_general_op(args, typeof(FsNe), "fs_ne_value", ec));
        }
コード例 #2
0
        /// <summary>
        /// General operation on the arguments.
        /// </summary>
        /// <param name="args">
        ///            input arguments. </param>
        /// <param name="dc">
        ///             The dynamic context </param>
        /// <exception cref="DynamicError">
        ///             Dynamic error. </exception>
        /// <returns> Result of the operation. </returns>
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET:
//ORIGINAL LINE: public static org.eclipse.wst.xml.xpath2.api.ResultSequence fs_lt_general(java.util.Collection args, org.eclipse.wst.xml.xpath2.api.DynamicContext dc) throws org.eclipse.wst.xml.xpath2.processor.DynamicError
        public static ResultSequence fs_lt_general(ICollection args, DynamicContext dc)
        {
            return(FsEq.do_cmp_general_op(args, typeof(FsLt), "fs_lt_value", dc));
        }