AnnotationExtensions Classe

Définition

public ref class AnnotationExtensions abstract sealed
public static class AnnotationExtensions
type AnnotationExtensions = class
Public Module AnnotationExtensions
Héritage
AnnotationExtensions

Méthodes

WithAdditionalAnnotations<TNode>(TNode, IEnumerable<SyntaxAnnotation>)

Crée un nœud identique à ce nœud avec les annotations spécifiées jointes.

WithAdditionalAnnotations<TNode>(TNode, SyntaxAnnotation[])

Crée un nœud identique à ce nœud avec les annotations spécifiées jointes.

WithoutAnnotations<TNode>(TNode, IEnumerable<SyntaxAnnotation>)

Crée un nœud identique à ce nœud avec les annotations spécifiées supprimées.

WithoutAnnotations<TNode>(TNode, String)

Crée un nœud identique à ce nœud avec les annotations du type spécifié supprimé.

WithoutAnnotations<TNode>(TNode, SyntaxAnnotation[])

Crée un nœud identique à ce nœud avec les annotations spécifiées supprimées.

S’applique à