IronRuby.Compiler.Ast.RegularExpression.RegularExpression C# (CSharp) Method

RegularExpression() public method

public RegularExpression ( List pattern, RubyRegexOptions options, Microsoft.Scripting.SourceSpan location ) : System
pattern List
options RubyRegexOptions
location Microsoft.Scripting.SourceSpan
return System
        public RegularExpression(List<Expression>/*!*/ pattern, RubyRegexOptions options, SourceSpan location) 
            : this(pattern, options, false, location) {
        }

Same methods

RegularExpression::RegularExpression ( List pattern, RubyRegexOptions options, bool isCondition, Microsoft.Scripting.SourceSpan location ) : System