Table of Contents

Interface ISupportsInterning

Namespace
ICSharpCode.Decompiler.TypeSystem
Assembly
ICSharpCode.Decompiler.dll

Interface for TypeSystem objects that support interning. See InterningProvider for more information.

public interface ISupportsInterning

Methods

EqualsForInterning(ISupportsInterning)

Equality test for interning.

bool EqualsForInterning(ISupportsInterning other)

Parameters

other ISupportsInterning

Returns

bool

GetHashCodeForInterning()

Gets a hash code for interning.

int GetHashCodeForInterning()

Returns

int