共用方式為


QualifiedType.Deconstruct(String, String) 方法

定義

解構這個實例。

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)

參數

assembly
String

組件。

type
String

類型。

適用於