Interface for read-only collection of metadata objects.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
public interface MetaArray : IArray<Meta>, 
	IEnumerable<Meta>, IEnumerable
Visual Basic (Usage)
Dim instance As MetaArray

See Also