Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

MaskedEditSegmentCollection Members

MaskedEditSegmentCollection overview

Public Instance Properties

Count Gets the number of segments contained in the collection.
IsFixedSize Gets a value indicating whether the collection has a fixed size. Always return false.
IsReadOnly Gets a value indicating whether the collection is read only. Always return false.
IsSynchronized Gets a value indicating whether access to the MaskEditSegmentCollection is synchronized (thread-safe). Always returns false.
Item Gets a segment in the collection at specific index.
SyncRoot Gets an object that can be used to synchronize access to the collection.

Public Instance Methods

Add Adds a segment to the end of the collection.
AddRange Adds the elements of an ICollection to the end of the collection.
Clear Removes all items from the collection.
Contains Determines whether the collection contains the specified segment.
CopyTo Copies the segments of the collection to an Array, starting at a particular Array index.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator This class implements IEnumerator interface.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IndexOf Determines the index of a specific segment in the collection.
Insert Inserts an segment into the collection at the specified position.
Remove Removes the first occurrence of the segment.
RemoveAt Removes the segment at the specified index.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

MaskedEditSegmentCollection Class | EO.Web Namespace


Direct link to this topic