There is no equivalent to this type in Metalama. The equivalent concept can be built manually.
Implements
Namespace: PostSharp.Aspects
Assembly: Metalama.Migration.dll
Syntax
[Obsolete("There is no equivalent to this type in Metalama. The equivalent concept can be built manually.", false)]
public struct AsyncCallId : IEquatable<AsyncCallId>
Properties
Name | Description |
---|---|
IsNull | |
Null |
Methods
Name | Description |
---|---|
Equals(AsyncCallId) | |
Equals(object) | |
GetHashCode() | |
ToString() |
Operators
Name | Description |
---|---|
operator ==(AsyncCallId, AsyncCallId) | |
operator !=(AsyncCallId, AsyncCallId) |