Represents a collection of
objects. To create an instance of
, call
on the
class.
Namespace: FileNet.Api.Collection
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IBooleanList Implements IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
C# |
---|
public interface IBooleanList : IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
C++ |
---|
interface class IBooleanList : IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
J# |
---|
public interface IBooleanList implements IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
JScript |
---|
public interface IBooleanList extends IEngineCollection, IEnumerable, ICloneable, IList, ICollection |