C# 클래스 WolframAPI.XmlSerialized

Base class for XML-serialized types.
상속: ISerializableType
파일 보기 프로젝트 열기: Schumix/Schumix2

공개 메소드들

메소드 설명
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