Represents a
collection (ordered, non-unique) of
(32-bit signed
) values. 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 IInteger32List Implements IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
C# |
---|
public interface IInteger32List : IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
C++ |
---|
interface class IInteger32List : IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
J# |
---|
public interface IInteger32List implements IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
JScript |
---|
public interface IInteger32List extends IEngineCollection, IEnumerable, ICloneable, IList, ICollection |