Interface ITypeDefinitionOrUnknown
- Namespace
- ICSharpCode.Decompiler.TypeSystem
- Assembly
- ICSharpCode.Decompiler.dll
Represents a class, enum, interface, struct, delegate, record or unknown type. For partial classes, this represents the whole class.
public interface ITypeDefinitionOrUnknown : IType, INamedElement, IEquatable<IType>
- Inherited Members
- Extension Methods
Properties
FullTypeName
Gets the full name of this type.
FullTypeName FullTypeName { get; }