Compilation.CheckTupleElementLocations Method

Definition

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))

Parameters

cardinality
Int32
elementLocations
ImmutableArray<Location>

Applies to