Compilation.CheckTupleElementLocations 메서드

정의

protected:
 static void CheckTupleElementLocations(int cardinality, System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Location ^> elementLocations);
protected static void CheckTupleElementLocations (int cardinality, System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Location> elementLocations);
protected static void CheckTupleElementLocations (int cardinality, System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Location?> elementLocations);
static member CheckTupleElementLocations : int * System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Location> -> unit
Protected Shared Sub CheckTupleElementLocations (cardinality As Integer, elementLocations As ImmutableArray(Of Location))

매개 변수

cardinality
Int32
elementLocations
ImmutableArray<Location>

적용 대상