C# Class WolframAPI.XmlSerialized

Base class for XML-serialized types.
Inheritance: ISerializableType
Afficher le fichier Open project: Schumix/Schumix2

Méthodes publiques

Méthode Description
Serialize ( ) : string

Serializes the current instance and returns the result as a string

Should be used with XML serialization only.

Method Details

Serialize() public méthode

Serializes the current instance and returns the result as a string

Should be used with XML serialization only.

public Serialize ( ) : string
Résultat string