Open sandboxFocus

Class WriterAttribute

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

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

Constructors

Name Description
WriterAttribute()

See Also