FieldRefDeclaration.GetFieldDefinition Method (BindingOptions) |
Finds in the current domain the FieldDefDeclaration corresponding
to the current field and specifies BindingOptions.
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public FieldDefDeclaration GetFieldDefinition( BindingOptions bindingOptions )
Parameters
- bindingOptions
- Type: PostSharp.Sdk.CodeModel.BindingOptions
Binding options.
Return Value
Type: FieldDefDeclarationThe FieldDefDeclaration corresponding to the current instance in the current domain.