Click or drag to resize
FieldInfoFieldType Property
Gets the type of this field object.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public abstract Type FieldType { get; }

Return Value

Type: Type
The type of this field object.
See Also