We're sorry but this site requires JavaScript.
Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
PropertySerializationInfo Class Members
The following tables list the members exposed by PropertySerializationInfo .
Public Properties
Name Description
IsGetOnlyCollectionProperty Indicates if this property represents a get only collection property. In such a case, the collection type name will not be an element in the generated XML.
Name Name of the property.
Type Type of the property. If this property represents a collection property, then this type should be the type of the items in the collection.
Public Methods
Name Description
Equals Overridden. Checks to see if the specified object is equal to this instance.
GetHashCode Overridden. Returns the hash code.
See Also