Accusoft.FormFix5.Net - Updated
IntegerCollection Class
Members 




Accusoft.FormFixSdk Namespace : IntegerCollection Class
Represents a collection of integers.
Object Model
IntegerCollection Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public Class IntegerCollection 
   Inherits System.Collections.CollectionBase
'Usage
 
Dim instance As IntegerCollection
[DefaultMember("Item")]
public class IntegerCollection : System.Collections.CollectionBase 
[DefaultMember("Item")]
public __gc class IntegerCollection : public System.Collections.CollectionBase 
[DefaultMember("Item")]
public ref class IntegerCollection : public System.Collections.CollectionBase 
Remarks

An IntegerCollection object enables you to maintain a list of integers. You can easily add, remove, and find integers in the list.

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      Accusoft.FormFixSdk.IntegerCollection

See Also

Reference

IntegerCollection Members
Accusoft.FormFixSdk Namespace