SerializationContextDefaultCollectionTypes Property |
Gets the default collection types.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public DefaultConcreteTypeRepository DefaultCollectionTypes { get; }
Public ReadOnly Property DefaultCollectionTypes As DefaultConcreteTypeRepository
Get
public:
property DefaultConcreteTypeRepository^ DefaultCollectionTypes {
DefaultConcreteTypeRepository^ get ();
}
member DefaultCollectionTypes : DefaultConcreteTypeRepository with get
Property Value
Type:
DefaultConcreteTypeRepository
The default collection types. This value will not be
null.
See Also