[This is preliminary documentation and is subject to change.]

Namespace: Clarion.Framework.Templates
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public abstract class CustomMetaCognitiveActionChunk<T> : ActionChunk<T>
where T : CustomMetaCognitiveActionChunk<T>

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  Clarion.Framework.Core..::..Chunk
    Clarion.Framework.Core..::..ActionChunk
      Clarion.Framework.Core..::..ActionChunk<(Of <(<'T>)>)>
        Clarion.Framework.Templates..::..CustomMetaCognitiveActionChunk<(Of <(<'T>)>)>

See Also