Class InterceptInAttribute
- Namespace
- Xabbo
- Assembly
- Xabbo.Common.dll
When placed on a method, indicates that the method intercepts the specified incoming messages.
[AttributeUsage(AttributeTargets.Method)]
public sealed class InterceptInAttribute : Attribute
- Inheritance
-
InterceptInAttribute
- Inherited Members
Constructors
InterceptInAttribute(params string[])
When placed on a method, indicates that the method intercepts the specified incoming messages.
public InterceptInAttribute(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; }