SemanticModel.LookupStaticMembersCore 方法

定义

protected:
 abstract System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::ISymbol ^> LookupStaticMembersCore(int position, Microsoft::CodeAnalysis::INamespaceOrTypeSymbol ^ container, System::String ^ name);
protected abstract System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISymbol> LookupStaticMembersCore (int position, Microsoft.CodeAnalysis.INamespaceOrTypeSymbol container, string name);
protected abstract System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISymbol> LookupStaticMembersCore (int position, Microsoft.CodeAnalysis.INamespaceOrTypeSymbol? container, string? name);
abstract member LookupStaticMembersCore : int * Microsoft.CodeAnalysis.INamespaceOrTypeSymbol * string -> System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISymbol>
Protected MustOverride Function LookupStaticMembersCore (position As Integer, container As INamespaceOrTypeSymbol, name As String) As ImmutableArray(Of ISymbol)

参数

position
Int32
name
String

返回

适用于