Finds in the current domain the FieldDefDeclaration corresponding
to the current field.
Namespace:
PostSharp.CodeModelAssembly: PostSharp.Core (in PostSharp.Core.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Function GetFieldDefinition As FieldDefDeclaration |
| C# |
|---|
FieldDefDeclaration GetFieldDefinition() |
| Visual C++ |
|---|
FieldDefDeclaration^ GetFieldDefinition() |