Mono.Cecil.CustomAttributeValueProjection.CustomAttributeValueProjection C# (CSharp) Method

CustomAttributeValueProjection() public method

public CustomAttributeValueProjection ( AttributeTargets targets, CustomAttributeValueTreatment treatment ) : System
targets AttributeTargets
treatment CustomAttributeValueTreatment
return System
        public CustomAttributeValueProjection(AttributeTargets targets, CustomAttributeValueTreatment treatment)
        {
            Targets = targets;
            Treatment = treatment;
        }
CustomAttributeValueProjection