# Block

> Element constructor.

## Definition

* **Type:** Constructor
* **Namespace:** [Unity.Android.Gradle](/engine/6000.5/script-reference/unity/android/gradle.md)
* **Assembly:** Unity.Android.Gradle

## Block(string)

Element constructor.

```csharp
public Block(string name)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Block name.

## Block(string, string)

Element constructor.

```csharp
public Block(string name, string value)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Block name.**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Block raw string value.
