共用方式為


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

將節點串列化為指定的 streamstream保留開啟以供進一步寫入。

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
屬性

適用於