TestMethodIdentifierProperty.Deconstruct Method

Definition

Overloads

Name Description
Deconstruct(String, String, String, String, String[], String)

Deconstructs properties of TestMethodIdentifierProperty, except MethodArity. This is present only for backwards compatibility.

Deconstruct(String, String, String, String, Int32, String[], String)

Deconstruct(String, String, String, String, String[], String)

Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs

Deconstructs properties of TestMethodIdentifierProperty, except MethodArity. This is present only for backwards compatibility.

public void Deconstruct(out string AssemblyFullName, out string Namespace, out string TypeName, out string MethodName, out string[] ParameterTypeFullNames, out string ReturnTypeFullName);
member this.Deconstruct : string * string * string * string * String[] * string -> unit
Public Sub Deconstruct (ByRef AssemblyFullName As String, ByRef Namespace As String, ByRef TypeName As String, ByRef MethodName As String, ByRef ParameterTypeFullNames As String(), ByRef ReturnTypeFullName As String)

Parameters

AssemblyFullName
String

The value of AssemblyFullName.

Namespace
String

The value of Namespace.

TypeName
String

The value of TypeName.

MethodName
String

The value of MethodName.

ParameterTypeFullNames
String[]

The value of ParameterTypeFullNames.

ReturnTypeFullName
String

The value of ReturnTypeFullName.

Applies to

Deconstruct(String, String, String, String, Int32, String[], String)

Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
Source:
TestNodeProperties.cs
public void Deconstruct(out string AssemblyFullName, out string Namespace, out string TypeName, out string MethodName, out int MethodArity, out string[] ParameterTypeFullNames, out string ReturnTypeFullName);
Public Sub Deconstruct (ByRef AssemblyFullName As String, ByRef Namespace As String, ByRef TypeName As String, ByRef MethodName As String, ByRef MethodArity As Integer, ByRef ParameterTypeFullNames As String(), ByRef ReturnTypeFullName As String)

Parameters

AssemblyFullName
String
Namespace
String
TypeName
String
MethodName
String
MethodArity
Int32
ParameterTypeFullNames
String[]
ReturnTypeFullName
String

Applies to