Click or drag to resize

PairCollectionT Class

Represents collection of Pair.
Inheritance Hierarchy
SystemObject
  Syntactik.DOMPairCollectionT

Namespace:  Syntactik.DOM
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public class PairCollection<T> : ICollection<T>, 
	IEnumerable<T>, IEnumerable
where T : Pair

Type Parameters

T

The PairCollectionT type exposes the following members.

Constructors
  NameDescription
Public methodPairCollectionT
Creates an instance of PairCollectionT.
Public methodPairCollectionT(Pair)
Creates an instance of PairCollectionT.
Top
Properties
Methods
  NameDescription
Public methodAdd
Adds Pair to collection.
Public methodAddRange
Adds range of pairs to collection.
Public methodClear
Clears the collection.
Public methodContains
Returns true if collection contains the pair.
Public methodCopyTo(Array, Int32)
Copies the collection to array.
Public methodCopyTo(T, Int32)
Copies the collection to generic array.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsert
Inserts Pair in collection.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes pair from collection.
Public methodReplace
Replaces existing pair with the new one.
Public methodToArray
Creates array from the collection.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also