> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFStatisticsStatisticColumnCollectionDictionaryEntry

> Entrada de diccionario para una matriz asociativa con valores PFStatisticsStatisticColumnCollection.

Entrada de diccionario para una matriz asociativa con valores PFStatisticsStatisticColumnCollection.

## Sintaxis

```cpp theme={null}
typedef struct PFStatisticsStatisticColumnCollectionDictionaryEntry {  
    const char* key;  
    PFStatisticsStatisticColumnCollection const* value;  
} PFStatisticsStatisticColumnCollectionDictionaryEntry;  
```

### Miembros

**`key`**   const char\*<br />*is null-terminated*

TBD

**`value`**   [PFStatisticsStatisticColumnCollection](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumncollection) const\*

TBD

## Requisitos

**Encabezado:** PFStatisticsTypes.h

## Consulte también

[Miembros de PFStatisticsTypes](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members)
