Antlr4.Runtime.Misc.RuleDependencyChecker.ParameterInfoCustomAttributeProvider.GetCustomAttributes C# (CSharp) 메소드

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
리턴 object[]
            public object[] GetCustomAttributes(Type attributeType, bool inherit)
            {
                return _provider.GetCustomAttributes(attributeType, inherit).ToArray();
            }
        }
RuleDependencyChecker.ParameterInfoCustomAttributeProvider