IMetabaseUpdateKeyMap.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: Integer;

Description

The Count property returns the number of collection elements.

Comments

To get collection element, use the IMetabaseUpdateKeyMap.Item property.

Fore and Fore.NET Examples

The method use is given in the example for IMetabaseUpdateContext.RegisterHierarchyChange.

See also:

IMetabaseUpdateKeyMap