TextConfiguration<TTargetType>.GetFieldPair method

Retrieves the Field configuration for the specified member, along with the position in the file where it should be serialized.

protected KeyValuePair<int, Field>? GetFieldPair(MemberInfo member)
parameter description
member The Reflection MemberInfo for the field to find in this configuration

Return Value

A KeyValuePair containing the configured member if its already been configured, otherwise null.

See Also