INamespaceSymbol.GetMembers Method
Definition
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.
Overloads
GetMembers() |
Get all the members of this symbol. |
GetMembers(String) |
Get all the members of this symbol that have a particular name. |
GetMembers()
- Source:
- INamespaceSymbol.cs
- Source:
- INamespaceSymbol.cs
- Source:
- INamespaceSymbol.cs
- Source:
- INamespaceSymbol.cs
- Source:
- INamespaceSymbol.cs
- Source:
- INamespaceSymbol.cs
- Source:
- INamespaceSymbol.cs
- Source:
- INamespaceSymbol.cs
- Source:
- INamespaceSymbol.cs
Get all the members of this symbol.
public:
System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::INamespaceOrTypeSymbol ^> ^ GetMembers();
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.INamespaceOrTypeSymbol> GetMembers ();
abstract member GetMembers : unit -> seq<Microsoft.CodeAnalysis.INamespaceOrTypeSymbol>
Public Function GetMembers () As IEnumerable(Of INamespaceOrTypeSymbol)
Returns
Applies to
GetMembers(String)
- Source:
- INamespaceSymbol.cs
- Source:
- INamespaceSymbol.cs
- Source:
- INamespaceSymbol.cs
- Source:
- INamespaceSymbol.cs
- Source:
- INamespaceSymbol.cs
- Source:
- INamespaceSymbol.cs
- Source:
- INamespaceSymbol.cs
- Source:
- INamespaceSymbol.cs
- Source:
- INamespaceSymbol.cs
Get all the members of this symbol that have a particular name.
public:
System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::INamespaceOrTypeSymbol ^> ^ GetMembers(System::String ^ name);
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.INamespaceOrTypeSymbol> GetMembers (string name);
abstract member GetMembers : string -> seq<Microsoft.CodeAnalysis.INamespaceOrTypeSymbol>
Public Function GetMembers (name As String) As IEnumerable(Of INamespaceOrTypeSymbol)
Parameters
- name
- String
Returns
Applies to
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.