IlNavigationTarget.LocalField
Namespace: Dotsider.Core.Analysis.Models
Assembly: Dotsider.Core.dll
A field defined in the current assembly.
public sealed record IlNavigationTarget.LocalField : IlNavigationTarget, IEquatable<IlNavigationTarget>, IEquatable<IlNavigationTarget.LocalField>Inheritance
Section titled “Inheritance”Object → IlNavigationTarget → IlNavigationTarget.LocalField
Implements
Section titled “Implements”Constructors
Section titled “Constructors”LocalField(FieldDefInfo, TypeDefInfo)
Section titled “LocalField(FieldDefInfo, TypeDefInfo)”A field defined in the current assembly.
Parameters:
Field(FieldDefInfo):DeclaringType(TypeDefInfo):
public LocalField(FieldDefInfo Field, TypeDefInfo DeclaringType)Properties
Section titled “Properties”DeclaringType
Section titled “DeclaringType”Returns: TypeDefInfo
public TypeDefInfo DeclaringType { get; init; }Returns: FieldDefInfo
public FieldDefInfo Field { get; init; }