Class InterceptOutAttribute
- Namespace
- Xabbo
- Assembly
- Xabbo.Common.dll
When placed on a method, indicates that the method intercepts the specified outgoing messages.
[AttributeUsage(AttributeTargets.Method)]
public sealed class InterceptOutAttribute : Attribute
- Inheritance
-
InterceptOutAttribute
- Inherited Members
Constructors
InterceptOutAttribute(params string[])
When placed on a method, indicates that the method intercepts the specified outgoing messages.
public InterceptOutAttribute(params string[] identifiers)
Parameters
identifiers
string[]The names of the identifiers to intercept.
Properties
Identifiers
The names of the identifiers to intercept.
public ImmutableArray<string> Identifiers { get; }