Edit

Share via


QualifiedType.Deconstruct(String, String) Method

Definition

Deconstructs this instance.

public void Deconstruct (out string? assembly, out string type);
member this.Deconstruct : string * string -> unit
Public Sub Deconstruct (ByRef assembly As String, ByRef type As String)

Parameters

assembly
String

The assembly.

type
String

The type.

Applies to