TextConfiguration<TTargetType>.GetField method

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

protected Field GetField(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