다음을 통해 공유


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

반환

적용 대상