Mono.Cecil.CustomAttributeValueProjection.CustomAttributeValueProjection C# (CSharp) Метод

CustomAttributeValueProjection() публичный Метод

public CustomAttributeValueProjection ( AttributeTargets targets, CustomAttributeValueTreatment treatment ) : System
targets AttributeTargets
treatment CustomAttributeValueTreatment
Результат System
        public CustomAttributeValueProjection(AttributeTargets targets, CustomAttributeValueTreatment treatment)
        {
            Targets = targets;
            Treatment = treatment;
        }
CustomAttributeValueProjection