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

适用于