Class PointerTypeReference
- Namespace
- ICSharpCode.Decompiler.TypeSystem
- Assembly
- ICSharpCode.Decompiler.dll
public sealed class PointerTypeReference : ITypeReference, ISupportsInterning
- Inheritance
-
PointerTypeReference
- Implements
- Inherited Members
Constructors
PointerTypeReference(ITypeReference)
public PointerTypeReference(ITypeReference elementType)
Parameters
elementType
ITypeReference
Properties
ElementType
public ITypeReference ElementType { get; }
Property Value
Methods
Resolve(ITypeResolveContext)
public IType Resolve(ITypeResolveContext context)
Parameters
context
ITypeResolveContext
Returns
ToString()
public override string ToString()