Represents a collection of FieldItem.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public class FieldItemCollection : ICollection, 
	IEnumerable
Visual Basic (Declaration)
Public Class FieldItemCollection _
	Implements ICollection, IEnumerable
Visual C++
public ref class FieldItemCollection : ICollection, 
	IEnumerable

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Olap..::.FieldItemCollection

See Also