Antlr4.Runtime.Misc.RuleDependencyChecker.FieldInfoCustomAttributeProvider.GetCustomAttributes C# (CSharp) Method

GetCustomAttributes() public method

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