C# Класс WolframAPI.XmlSerialized

Base class for XML-serialized types.
Наследование: ISerializableType
Показать файл Открыть проект

Открытые методы

Метод Описание
Serialize ( ) : string

Serializes the current instance and returns the result as a string

Should be used with XML serialization only.

Описание методов

Serialize() публичный Метод

Serializes the current instance and returns the result as a string

Should be used with XML serialization only.

public Serialize ( ) : string
Результат string