AnnotationExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class AnnotationExtensions abstract sealed
public static class AnnotationExtensions
type AnnotationExtensions = class
Public Module AnnotationExtensions
- Inheritance
-
AnnotationExtensions
Methods
WithAdditionalAnnotations<TNode>(TNode, IEnumerable<SyntaxAnnotation>) |
Creates a new node identical to this node with the specified annotations attached. |
WithAdditionalAnnotations<TNode>(TNode, SyntaxAnnotation[]) |
Creates a new node identical to this node with the specified annotations attached. |
WithoutAnnotations<TNode>(TNode, IEnumerable<SyntaxAnnotation>) |
Creates a new node identical to this node with the specified annotations removed. |
WithoutAnnotations<TNode>(TNode, String) |
Creates a new node identical to this node with the annotations of the specified kind removed. |
WithoutAnnotations<TNode>(TNode, SyntaxAnnotation[]) |
Creates a new node identical to this node with the specified annotations removed. |