C# Class Mono.Cecil.CustomAttributeValueProjection

Mostra file Open project: Unity-Technologies/cecil Class Usage Examples

Public Properties

Property Type Description
Targets AttributeTargets
Treatment CustomAttributeValueTreatment

Public Methods

Method Description
CustomAttributeValueProjection ( AttributeTargets targets, CustomAttributeValueTreatment treatment ) : System

Method Details

CustomAttributeValueProjection() public method

public CustomAttributeValueProjection ( AttributeTargets targets, CustomAttributeValueTreatment treatment ) : System
targets AttributeTargets
treatment CustomAttributeValueTreatment
return System

Property Details

Targets public_oe property

public AttributeTargets Targets
return AttributeTargets

Treatment public_oe property

public CustomAttributeValueTreatment Treatment
return CustomAttributeValueTreatment