Antlr4.Runtime.Misc.RuleDependencyChecker.ParameterInfoCustomAttributeProvider.ParameterInfoCustomAttributeProvider C# (CSharp) Method

ParameterInfoCustomAttributeProvider() public method

public ParameterInfoCustomAttributeProvider ( ParameterInfo provider ) : System
provider ParameterInfo
return System
            public ParameterInfoCustomAttributeProvider(ParameterInfo provider)
            {
                _provider = provider;
            }
RuleDependencyChecker.ParameterInfoCustomAttributeProvider