ResolveSerializerEventArgsPolymorphismSchema Property |
Gets the PolymorphismSchema which represents polymorphism information for the current member.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public PolymorphismSchema PolymorphismSchema { get; }
Public ReadOnly Property PolymorphismSchema As PolymorphismSchema
Get
public:
property PolymorphismSchema^ PolymorphismSchema {
PolymorphismSchema^ get ();
}
member PolymorphismSchema : PolymorphismSchema with get
Property Value
Type:
PolymorphismSchema
The
PolymorphismSchema which represents polymorphism information for the current member. This value will not be
null.
See Also