InterfaceDeclarationSyntax Class Extensions
Extension Method | Summary |
---|---|
BracesSpan(InterfaceDeclarationSyntax) | The absolute span of the braces, not including it leading and trailing trivia. |
WithMembers(InterfaceDeclarationSyntax, IEnumerable<MemberDeclarationSyntax>) | Creates a new InterfaceDeclarationSyntax with the members updated. |
WithMembers(InterfaceDeclarationSyntax, MemberDeclarationSyntax) | Creates a new InterfaceDeclarationSyntax with the members updated. |