Click or drag to resize

blockRegistry Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbCommonModels.contentBlock.blockRegistry"]

Inheritance Hierarchy
SystemObject
  imbCommonModels.contentBlockblockRegistry

Namespace:  imbCommonModels.contentBlock
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class blockRegistry : IEnumerable<KeyValuePair<string, nodeBlock>>, 
	IEnumerable

The blockRegistry type exposes the following members.

Constructors
  NameDescription
Public methodblockRegistry
Initializes a new instance of the blockRegistry class
Top
Methods
  NameDescription
Public methodAdd
Public methodCount
Public methodCount(Boolean)
Returns block count
Public methodEquals (Inherited from Object.)
Public methodGet
Public methodGetBlockList
Gets the block list.
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetHashList
Gets the hash list.
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference

[!:System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, imbSemanticEngine.contentTree.nodeBlock>>]