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