Share via


SseFrame.Deconstruct Method

Definition

public void Deconstruct(out string? Id, out string? Name, out System.Collections.Generic.IList<object>? Data, out System.Collections.Generic.IList<string>? Comments);
Public Sub Deconstruct (ByRef Id As String, ByRef Name As String, ByRef Data As IList(Of Object), ByRef Comments As IList(Of String))

Parameters

Id
String
Name
String
Data
IList<Object>
Comments
IList<String>

Applies to