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

# ConstructorInfo

> Extension methods for ConstructorInfo from System.Runtime

## Definition

**Assembly:** System.Runtime.dll

**Namespace:** System.Reflection

## Syntax

```csharp theme={"dark"}
System.Reflection.ConstructorInfo
```

## Summary

This type is defined in System.Runtime.

## Remarks

See [Microsoft documentation](https://learn.microsoft.com/dotnet/api/system.reflection.constructorinfo) for more information about the rest of the API.

## Methods

### <Icon icon="puzzle-piece" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> IsProtected <Badge color="green">Extension</Badge>

<Note>Extension method from `System.Reflection.Breakdance_Assemblies_MethodBaseExtensions`</Note>

#### Syntax

```csharp theme={"dark"}
public static bool IsProtected(System.Reflection.ConstructorInfo info, System.Type type)
```

#### Parameters

| Name   | Type                                | Description |
| ------ | ----------------------------------- | ----------- |
| `info` | `System.Reflection.ConstructorInfo` | -           |
| `type` | `System.Type`                       | -           |

#### Returns

Type: `bool`
