Interface IInstance<T>
Generic contract for instances of classifiers.
Namespace: Kephas
Assembly: Kephas.Core.dll
Syntax
public interface IInstance<T> : IInstance where T : ITypeInfoType Parameters
| Name | Description | 
|---|---|
| T | The specific type. | 
Methods
| Improve this Doc View SourceGetTypeInfo()
Gets the type information for this instance.
Declaration
T GetTypeInfo()Returns
| Type | Description | 
|---|---|
| T | The type information. |