IMethodSymbol.IsPartialDefinition Propriété
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.
Retourne true s’il s’agit d’une définition de méthode partielle sans corps. S’il existe un corps d’implémentation, il peut être récupéré avec PartialImplementationPart.
public bool IsPartialDefinition { get; }
member this.IsPartialDefinition : bool
Public ReadOnly Property IsPartialDefinition As Boolean