Open sandboxFocus

Class ReaderAttribute

Custom attribute that, when applied on a method, specifies that the method requires read access to the object.

Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading.dll
Syntax
[MulticastAttributeUsage(MulticastTargets.Method, TargetMemberAttributes = MulticastAttributes.Instance, AllowMultiple = false)]
public class ReaderAttribute : AccessLevelAttribute, IValidableAnnotation

Constructors

Name Description
ReaderAttribute()

See Also