Version

PropertySerializationInfo Class Members

The following tables list the members exposed by PropertySerializationInfo.

Public Constructors
 NameDescription
Public ConstructorPropertySerializationInfo ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyIsGetOnlyCollectionPropertyIndicates 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.  
Public PropertyNameName of the property.  
Public PropertyTypeType 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
 NameDescription
Public MethodEqualsOverridden. Checks to see if the specified object is equal to this instance.  
Public MethodGetHashCodeOverridden. Returns the hash code.  
See Also