    

 ## On this page

  

 

 # Class ExtendedMemberInfo&lt;T\\&gt;

 Last update: 16.07.2025 

Namespace: [VM](VM.md)  
Assembly: VM.dll

```csharp
public abstract class ExtendedMemberInfo<T> where T : MemberInfo

```

#### Type Parameters

`T`

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [ExtendedMemberInfo&lt;T&gt;](VM.ExtendedMemberInfo-1.md)

## Constructors

### ExtendedMemberInfo(T)

```csharp
public ExtendedMemberInfo(T info)

```

#### Parameters

`info` T

## Properties

### Info

```csharp
protected T Info { get; }

```

#### Property Value

T

## Methods

### HasAttribute&lt;TAttribute&gt;()

```csharp
public bool HasAttribute<TAttribute>() where TAttribute : Attribute

```

#### Returns

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

#### Type Parameters

`TAttribute`

### TryGetAttributeInstance&lt;TAttribute&gt;(out TAttribute)

```csharp
public bool TryGetAttributeInstance<TAttribute>(out TAttribute attribute) where TAttribute : Attribute

```

#### Parameters

`attribute` TAttribute

#### Returns

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

#### Type Parameters

`TAttribute`