Szerkesztés

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


PointerTypeSpec(TypeSpec) Constructor

Definition

Initializes a new instance of the PointerTypeSpec class.

public PointerTypeSpec (Orleans.Serialization.TypeSystem.TypeSpec elementType);
new Orleans.Serialization.TypeSystem.PointerTypeSpec : Orleans.Serialization.TypeSystem.TypeSpec -> Orleans.Serialization.TypeSystem.PointerTypeSpec
Public Sub New (elementType As TypeSpec)

Parameters

elementType
TypeSpec

The element type.

Applies to