8 [__DynamicallyInvokable]
11 private readonly
string propertyName;
15 [__DynamicallyInvokable]
18 [__DynamicallyInvokable]
27 [__DynamicallyInvokable]
30 this.propertyName = propertyName;
AccessedThroughPropertyAttribute(string propertyName)
Initializes a new instance of the AccessedThroughPropertyAttribute class with the name of the propert...
Represents the base class for custom attributes.
Specifies the name of the property that accesses the attributed field.
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.
string PropertyName
Gets the name of the property used to access the attributed field.