Options for introspection operations.
Implements
Namespace: Metalama.Framework.Introspection
Assembly: Metalama.Framework.Introspection.dll
Syntax
public sealed record IntrospectionOptions : IEquatable<IntrospectionOptions>Constructors
| Name | Description |
|---|---|
| IntrospectionOptions(bool) | Options for introspection operations. |
Properties
| Name | Description |
|---|---|
| IgnoreErrors | A value indicating whether to ignore errors during introspection. |
Methods
| Name | Description |
|---|---|
| Deconstruct(out bool) | |
| Equals(IntrospectionOptions?) | |
| Equals(object?) | |
| GetHashCode() | |
| ToString() |
Operators
| Name | Description |
|---|---|
| operator ==(IntrospectionOptions?, IntrospectionOptions?) | |
| operator !=(IntrospectionOptions?, IntrospectionOptions?) |