| ButtonSpecCollectionT Methods | 
The ButtonSpecCollectionT generic type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Add(Object) | 
            Append a button spec to the collection.
             | 
|  | Add(T) | 
            Append a button spec to the collection.
             | 
|  | AddRange | 
            Append an array of button spec instances.
             | 
|  | Clear | 
            Remove all pages from the collection.
             | 
|  | Contains(Object) | 
            Determines whether the collection contains the button spec.
             | 
|  | Contains(T) | 
            Determines whether the collection contains the button spec.
             | 
|  | CopyTo(Array, Int32) | 
            Copies all the elements of the current collection to the specified Array. 
             | 
|  | CopyTo(T, Int32) | 
            Copies button specs to specified array starting at particular index.
             | 
|  | Enumerate | 
            Provide non generic access to the enumerator.
            (Overrides ButtonSpecCollectionBaseEnumerate.) | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetEnumerator | 
            Shallow enumerate over button specs in the collection.
             | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | IndexOf(Object) | 
            Determines the index of the specified spec in the collection.
             | 
|  | IndexOf(T) | 
            Determines the index of the specified spec in the collection.
             | 
|  | Insert(Int32, Object) | 
            Inserts a button spec to the collection at the specified index.
             | 
|  | Insert(Int32, T) | 
            Inserts a button spec to the collection at the specified index.
             | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | OnInserted | 
            Raises the Inserted event.
            (Inherited from ButtonSpecCollectionBase.) | 
|  | OnInserting | 
            Raises the Inserting event.
            (Inherited from ButtonSpecCollectionBase.) | 
|  | OnRemoved | 
            Raises the Removed event.
            (Inherited from ButtonSpecCollectionBase.) | 
|  | OnRemoving | 
            Raises the Removing event.
            (Inherited from ButtonSpecCollectionBase.) | 
|  | Remove(Object) | 
            Removes first occurance of specified object.
             | 
|  | Remove(T) | 
            Removes first occurance of specified spec.
             | 
|  | RemoveAt | 
            Removes the button spec at the specified index.
             | 
|  | ToString | 
            Obtains the String representation of this instance.
            (Overrides ObjectToString.) | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | GetReverseT | 
            Returns reversed list.
            (Defined by CollectionUtility.) | 
|  | MethodInvoke | 
            Calls the object method by name.
            (Defined by ObjectEx.) | 
|  | PropertyGet(String, Object, Boolean) | Overloaded. 
            Gets the value of the object property by name.
            (Defined by ObjectEx.) | 
|  | PropertyGetT(String, Object, Boolean) | Overloaded. 
            Gets the value of the object property by name.
            (Defined by ObjectEx.) | 
|  | PropertySet | 
            Sets the value of the object property by name.
            (Defined by ObjectEx.) | 
 See Also
See Also