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. |