System.Linq.Dynamic.AllExtensionMethodsProvider.AllExtensionMethodsProvider C# (CSharp) Method

AllExtensionMethodsProvider() public method

public AllExtensionMethodsProvider ( Type type ) : System.Collections.Generic
type Type
return System.Collections.Generic
		public AllExtensionMethodsProvider(Type type)
		{
			_type = type;
		}