PointerTypeSpec Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un type pointeur (*).
public class PointerTypeSpec : Orleans.Serialization.TypeSystem.TypeSpec
type PointerTypeSpec = class
inherit TypeSpec
Public Class PointerTypeSpec
Inherits TypeSpec
- Héritage
Constructeurs
PointerTypeSpec(TypeSpec) |
Initialise une nouvelle instance de la classe PointerTypeSpec. |
Propriétés
ElementType |
Obtient le type d'élément. |
Méthodes
Format() |
Met en forme cette instance d’une manière qui peut être analysée par RuntimeTypeNameParser. |
ToString() |
Représente un type pointeur (*). |