Interface IField<T, F>
Represents instance field.
Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
public interface IField<T, F> : IField, IMember<FieldInfo>, ICustomAttributeProvider
  Type Parameters
| Name | Description | 
|---|---|
| T | Field declaring type.  | 
      
| F | Type of field.  | 
      
Properties
| Improve this Doc View SourceItem[T]
Obtains managed pointer to the field.
Declaration
F this[in T this] { get; }
  Parameters
| Type | Name | Description | 
|---|---|---|
| T | this | A reference to   | 
      
Property Value
| Type | Description | 
|---|---|
| F | The managed pointer to the instance field.  |