Legend
| Method: TElement GetField( |
TElement | element | The element that represents an object. |
string | fieldName | The name of the field within the object whose sub-element is sought. |
string | declaringType | The assembly-qualified name of the type that declares the field. (This can be null if the field name is unique within the type of the object being deserialized.) |
Classify calls IClassifyFormat<TElement>.HasField(
This should return the same element that was passed into IClassifyFormat<TElement>.FormatObject(