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