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

CustomAttributeInfo

Encapsulates the information needed to build an attribute.
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)