FieldInfoFieldType Property |
Gets the type of this field object.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public abstract Type FieldType { get; }
Return Value
Type:
TypeThe type of this field object.
See Also