IGLib  1.5
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
IG.Lib.ITypeName Interface Reference

Classes that provide separate type names. Classes used e.g. in interpreter systems to represent types of variables, implement this interface. More...

+ Inheritance diagram for IG.Lib.ITypeName:

Properties

string TypeName [get]
 Gets the standard name of the type. More...
 
string[] TypeNames [get]
 

Detailed Description

Classes that provide separate type names. Classes used e.g. in interpreter systems to represent types of variables, implement this interface.

Property Documentation

string IG.Lib.ITypeName.TypeName
get

Gets the standard name of the type.

string [] IG.Lib.ITypeName.TypeNames
get


The documentation for this interface was generated from the following file: