Mono.CSharp.ModuleContainer.PatternMatchingHelper.PatternMatchingHelper C# (CSharp) Method

PatternMatchingHelper() public method

public PatternMatchingHelper ( ModuleContainer module ) : System
module ModuleContainer
return System
			public PatternMatchingHelper (ModuleContainer module)
				: base (module, new MemberName ("<PatternMatchingHelper>", Location.Null),
					Modifiers.STATIC | Modifiers.INTERNAL | Modifiers.DEBUGGER_HIDDEN)
			{
			}