Table of Contents

Class ArrayTypeReference

Namespace
ICSharpCode.Decompiler.TypeSystem
Assembly
ICSharpCode.Decompiler.dll
public sealed class ArrayTypeReference : ITypeReference, ISupportsInterning
Inheritance
ArrayTypeReference
Implements
Inherited Members

Constructors

ArrayTypeReference(ITypeReference, int)

public ArrayTypeReference(ITypeReference elementType, int dimensions = 1)

Parameters

elementType ITypeReference
dimensions int

Properties

Dimensions

public int Dimensions { get; }

Property Value

int

ElementType

public ITypeReference ElementType { get; }

Property Value

ITypeReference

Methods

Resolve(ITypeResolveContext)

public IType Resolve(ITypeResolveContext context)

Parameters

context ITypeResolveContext

Returns

IType

ToString()

public override string ToString()

Returns

string