SemanticModel.LookupLabelsCore(Int32, String) 方法

定义

支持实现的 LookupLabels(Int32, String).

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

参数

position
Int32
name
String

返回

适用于