# Sandbox.Internal.TypeLibrary.GetMemberAttributes

## Overload 1

```csharp
IEnumerable<T> GetMemberAttributes()
```

Find all member attributes (instances) with given attribute type.

### Returns

`IEnumerable<T>`

## Overload 2

```csharp
IEnumerable<T> GetMemberAttributes(bool staticMembers)
```

Find all static or non static only member attributes (instances) with given attribute type.

### Parameters

- `staticMembers` (`bool`)

### Returns

`IEnumerable<T>`

Declared in [Sandbox.Internal.TypeLibrary](/api/Sandbox.Internal.TypeLibrary).
Assembly: `Sandbox.Reflection`.
