Show / Hide Table of Contents

Interface ITyped

Represents an object that has a type.

Namespace: System.Linq.CompilerServices
Assembly: Nuqleon.Linq.CompilerServices.dll
Syntax
public interface ITyped

Methods

GetType()

Gets the object's type.

Declaration
IType GetType()
Returns
Type Description
IType

The type of the object.

In This Article
Back to top Generated by DocFX