XamlReader.Close Method

Definition

Closes the XAML node stream.

public:
 void Close();
public void Close ();
member this.Close : unit -> unit
Public Sub Close ()

Remarks

In the base implementation, calling Close calls Dispose with the isDisposing parameter as true.

Applies to