PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingReader­Attribute
Open sandboxFocus

ReaderAttribute Class

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

Inheritance
ReaderAttribute
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading.dll
Syntax
[MulticastAttributeUsage]
public class ReaderAttribute : AccessLevelAttribute, IValidableAnnotation

Constructors

Name Description
ReaderAttribute()

See Also