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

WriterAttribute Class

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

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

Constructors

Name Description
WriterAttribute()

See Also