<PackageReference Include="Castle.Core" Version="4.1.0" />

CustomAttributeInfo

public CustomAttributeInfo(ConstructorInfo constructor, object[] constructorArgs, PropertyInfo[] namedProperties, object[] propertyValues, FieldInfo[] namedFields, object[] fieldValues)

public CustomAttributeInfo(ConstructorInfo constructor, object[] constructorArgs, PropertyInfo[] namedProperties, object[] propertyValues)

public CustomAttributeInfo(ConstructorInfo constructor, object[] constructorArgs, FieldInfo[] namedFields, object[] fieldValues)

public CustomAttributeInfo(ConstructorInfo constructor, object[] constructorArgs)

public bool Equals(CustomAttributeInfo other)