# Sandbox.Internal.TypeLibrary.GetMemberByIdent

```csharp
MemberDescription GetMemberByIdent(int ident)
```

Find a [Sandbox.MemberDescription](/api/Sandbox.MemberDescription) by its [Sandbox.MemberDescription.Identity](/api/Sandbox.MemberDescription/Identity)

### Parameters

- `ident` (`int`)

### Returns

`MemberDescription`

Declared in [Sandbox.Internal.TypeLibrary](/api/Sandbox.Internal.TypeLibrary).
Assembly: `Sandbox.Reflection`.
