SyntaxNode.SerializeTo(Stream, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Syntax serialization support is deprecated and will be removed in a future version of this API
Caution
Syntax serialization support is no longer supported
Serializes the node to the given stream
.
Leaves the stream
open for further writes.
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)
Parameters
- stream
- Stream
- cancellationToken
- CancellationToken
- Attributes
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.