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