# CachedMessageBlock Indexers

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.common.cachedmessageblock/)

## this[int] {#this-int-e69a9362}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.common.cachedmessageblock/indexers/this-int-e69a9362/)

```csharp
public CachedMessage this[int index]
```

Access the cached message at the provided index.

### Parameters

- `index` (`int`): The index to access.

### Returns

The message at the specified index.
