Serialization.PropertyAccessor.

Serialization.

GetFieldElementType(Object) Method

Summary

Returns the InspectorGadgets.Editor.Serialization.PropertyAccessor.FieldElementType if there is one, otherwise calls InspectorGadgets.Editor.Serialization.PropertyAccessor.GetField(System.Object@) and returns its System.Reflection.FieldInfo.FieldType.

Syntax

public virtual Type GetFieldElementType(Object obj)

Parameters

Name Type Description
obj Object

Return Value

Type Description
Type