예제 #1
0
 void SameIndexOnArray(CustomIndexerMultiArg obj)
 {
     obj["s", 1, 1.0] = 42; // Compliant, not a collection or dictionary
     obj["s", 1, 1.0] = 42; // Compliant, not a collection or dictionary
 }
 void SameIndexOnArray(CustomIndexerMultiArg obj)
 {
     obj["s", 1, 1.0] = 42; // Secondary
     obj["s", 1, 1.0] = 42; // Noncompliant
 }