Mono.Cecil.CustomAttributeValueProjection.CustomAttributeValueProjection C# (CSharp) Méthode

CustomAttributeValueProjection() public méthode

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