Channel.Deconstruct(String, String) 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.
Deconstructs this instance for tuple deconstruction support.
public void Deconstruct(out string? name, out string? link);
member this.Deconstruct : string * string -> unit
Public Sub Deconstruct (ByRef name As String, ByRef link As String)
Parameters
- name
- String
Receives the channel name.
- link
- String
Receives the link.