Click or drag to resize

ITyped Interface

An interface to be implemented by classes whose objects are InheritanceType-typed

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 6.7
Syntax
C#
public interface ITyped

The ITyped type exposes the following members.

Properties
  NameDescription
Public propertyType
The InheritanceType of the typed object
Top
Methods
  NameDescription
Public methodInstanceOf
Returns true, if the typed object is compatible to the given type
Top
See Also