Szerkesztés

Megosztás a következőn keresztül:


AssemblyQualifiedTypeSpec(TypeSpec, String) Constructor

Definition

Initializes a new instance of the AssemblyQualifiedTypeSpec class.

public AssemblyQualifiedTypeSpec (Orleans.Serialization.TypeSystem.TypeSpec type, string? assembly);
new Orleans.Serialization.TypeSystem.AssemblyQualifiedTypeSpec : Orleans.Serialization.TypeSystem.TypeSpec * string -> Orleans.Serialization.TypeSystem.AssemblyQualifiedTypeSpec
Public Sub New (type As TypeSpec, assembly As String)

Parameters

type
TypeSpec

The type.

assembly
String

The assembly.

Applies to