Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Serialization.ObjectFieldInfo<TElement>

Summary

Encapsulates information about a field in an object and its value.

Generic type parameters

TElement Type of serialized form used in IClassifyFormat<TElement>.

Constructors

ObjectFieldInfo<TElement>(string fieldName, string declaringType, TElement value)
Constructor.

Instance properties

string 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.
stringThe name of the field.
TElementThe value of the field.