Show / Hide Table of Contents

Interface IType

Represents a type.

Namespace: System.Linq.CompilerServices
Assembly: Nuqleon.Linq.CompilerServices.dll
Syntax
public interface IType : IEquatable<IType>

Methods

IsAssignableTo(IType)

Checks whether objects of the current type are assignable to variables of the given type.

Declaration
bool IsAssignableTo(IType type)
Parameters
Type Name Description
IType type

Type to check assignment compatibility for.

Returns
Type Description
System.Boolean

true if objects of the current type are assignable to variables of the given type; otherwise, false.

In This Article
Back to top Generated by DocFX