SyntaxNode.SerializeTo(Stream, CancellationToken) Méthode

Définition

Attention

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

Attention

Syntax serialization support is no longer supported

Sérialise le nœud sur le donné stream. Laisse la porte stream ouverte pour d’autres écritures.

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)

Paramètres

stream
Stream
cancellationToken
CancellationToken
Attributs

S’applique à