/// <inheritdoc /> public virtual object[] GetCustomAttributes(Type attributeType, bool inherit) { return(AssemblyInstance.GetCustomAttributes(attributeType, inherit)); }
/// <inheritdoc /> public virtual object[] GetCustomAttributes(bool inherit) { return(AssemblyInstance.GetCustomAttributes(inherit)); }