Поделиться через


SyntaxNode.SerializeTo(Stream, CancellationToken) Метод

Определение

Внимание!

Syntax serialization support is deprecated and will be removed in a future version of this API

Внимание!

Syntax serialization support is no longer supported

Сериализует узел в заданный streamобъект . Оставляет stream открытым для дальнейших операций записи.

public virtual void SerializeTo (System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default);
[System.Obsolete("Syntax serialization support is deprecated and will be removed in a future version of this API", false)]
public virtual void SerializeTo (System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default);
[System.Obsolete("Syntax serialization support is no longer supported", true)]
public virtual void SerializeTo (System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default);
abstract member SerializeTo : System.IO.Stream * System.Threading.CancellationToken -> unit
override this.SerializeTo : System.IO.Stream * System.Threading.CancellationToken -> unit
[<System.Obsolete("Syntax serialization support is deprecated and will be removed in a future version of this API", false)>]
abstract member SerializeTo : System.IO.Stream * System.Threading.CancellationToken -> unit
override this.SerializeTo : System.IO.Stream * System.Threading.CancellationToken -> unit
[<System.Obsolete("Syntax serialization support is no longer supported", true)>]
abstract member SerializeTo : System.IO.Stream * System.Threading.CancellationToken -> unit
override this.SerializeTo : System.IO.Stream * System.Threading.CancellationToken -> unit
Public Overridable Sub SerializeTo (stream As Stream, Optional cancellationToken As CancellationToken = Nothing)

Параметры

stream
Stream
cancellationToken
CancellationToken
Атрибуты

Применяется к