Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: ObjectFieldInfo<TElement>(string, string, TElement)

Declaration

public ObjectFieldInfo<TElement>(
    string fieldName,
    string declaringType,
    TElement value
)

Summary

Constructor.

Parameters

stringfieldName The name of the field.
stringdeclaringType The assembly-qualified name of the type that declares the field, or null if the name of the field is unique within the object being serialized.
TElementvalue The value of the field.