共用方式為


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>

適用於