---
title: "buildBlock(_:_:_:_:)"
framework: swiftui
role: symbol
role_heading: Type Method
path: "swiftui/slidertickbuilder/buildblock(_:_:_:_:)"
---

# buildBlock(_:_:_:_:)

## Declaration

```swift
static func buildBlock<C0, C1, C2, C3>(_ c0: C0, _ c1: C1, _ c2: C2, _ c3: C3) -> some SliderTickContent<V> where V == C0.Value, C0 : SliderTickContent, C1 : SliderTickContent, C2 : SliderTickContent, C3 : SliderTickContent, C0.Value == C1.Value, C1.Value == C2.Value, C2.Value == C3.Value

```
