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