Table of Contents

Interface ITypeOwner

Namespace
AsmResolver.DotNet
Assembly
AsmResolver.DotNet.dll

Represents a metadata member capable of owning types, a TypeDefinition or ModuleDefinition.

public interface ITypeOwner : IMetadataMember
Inherited Members

Properties

OwnedTypes

Gets the list of types this member owns.

IList<TypeDefinition> OwnedTypes { get; }

Property Value

IList<TypeDefinition>