SyntaxGenerator.InterfaceDeclaration Method
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.
Creates a interface declaration.
C#
public abstract Microsoft.CodeAnalysis.SyntaxNode InterfaceDeclaration(string name, System.Collections.Generic.IEnumerable<string> typeParameters = default, Microsoft.CodeAnalysis.Accessibility accessibility = Microsoft.CodeAnalysis.Accessibility.NotApplicable, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNode> interfaceTypes = default, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNode> members = default);
C#
public Microsoft.CodeAnalysis.SyntaxNode InterfaceDeclaration(string name, System.Collections.Generic.IEnumerable<string>? typeParameters = default, Microsoft.CodeAnalysis.Accessibility accessibility = Microsoft.CodeAnalysis.Accessibility.NotApplicable, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNode>? interfaceTypes = default, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNode>? members = default);
C#
public abstract Microsoft.CodeAnalysis.SyntaxNode InterfaceDeclaration(string name, System.Collections.Generic.IEnumerable<string>? typeParameters = default, Microsoft.CodeAnalysis.Accessibility accessibility = Microsoft.CodeAnalysis.Accessibility.NotApplicable, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNode>? interfaceTypes = default, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNode>? members = default);
abstract member InterfaceDeclaration : string * seq<string> * Microsoft.CodeAnalysis.Accessibility * seq<Microsoft.CodeAnalysis.SyntaxNode> * seq<Microsoft.CodeAnalysis.SyntaxNode> -> Microsoft.CodeAnalysis.SyntaxNode
member this.InterfaceDeclaration : string * seq<string> * Microsoft.CodeAnalysis.Accessibility * seq<Microsoft.CodeAnalysis.SyntaxNode> * seq<Microsoft.CodeAnalysis.SyntaxNode> -> Microsoft.CodeAnalysis.SyntaxNode
Public MustOverride Function InterfaceDeclaration (name As String, Optional typeParameters As IEnumerable(Of String) = Nothing, Optional accessibility As Accessibility = Microsoft.CodeAnalysis.Accessibility.NotApplicable, Optional interfaceTypes As IEnumerable(Of SyntaxNode) = Nothing, Optional members As IEnumerable(Of SyntaxNode) = Nothing) As SyntaxNode
Public Function InterfaceDeclaration (name As String, Optional typeParameters As IEnumerable(Of String) = Nothing, Optional accessibility As Accessibility = Microsoft.CodeAnalysis.Accessibility.NotApplicable, Optional interfaceTypes As IEnumerable(Of SyntaxNode) = Nothing, Optional members As IEnumerable(Of SyntaxNode) = Nothing) As SyntaxNode
- name
- String
- typeParameters
- IEnumerable<String>
- accessibility
- Accessibility
- interfaceTypes
- IEnumerable<SyntaxNode>
- members
- IEnumerable<SyntaxNode>
Product | Versions |
---|---|
Roslyn | 4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, 4.9.2, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.3.1, 3.4.0, 3.5.0, 3.6.0, 3.7.0, 3.8.0, 3.9.0, 3.10.0, 3.11.0, 4.0.1, 4.1.0, 4.12.2, 4.13.0 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: